Developing a Jetpack-based add-on? Tell us about it!

Hello Mozilla Add-ons developers! In the past month we’ve release Jetpack SDK 0.3, various extension examples, and our development plans for Jetpack SDK 0.4 and 0.5 (which are packed with awesome APIs). We would like to hear about what you are creating with the Jetpack SDK. Below is a survey targeted at understanding more about who our audience is, which of you are developing add-ons with the SDK, and for those who are, what it is they’re working on. We can’t wait to see what you’ve done with Jetpack, keep up the good work!

var doc = window.document, frame = doc.createElement(‘iframe’);frame.src = ‘https://spreadsheets.google.com/embeddedform?formkey=dEx6UmlzN0d4LW1XU3NZeUFLVXU2TXc6MQ’;frame.style.width = ‘625px’;frame.style.height = ‘600px’;frame.style.background = ‘#ababab’;frame.style.padding = ‘8px’;frame.style.marginTop = ’10px’;frame.style.MozBorderRadius = ‘5px’;frame.style.MozBoxShadow = ‘0 2px 6px 0 #BFBFBF’;frame.style.border = ‘1px solid #4A4A4A’;doc.getElementById(‘jpSurvey1’).appendChild(frame);