What Add-ons Builder APIs are important to you?

This survey is a great opportunity to provide feedback on what APIs you need for your add-on development efforts. We’ve compiled a list of possible APIs that could be built into the Add-ons Builder SDK, and we’d like to know which ones you feel are most important. You can also comment on current APIs and suggest others we didn’t include in the list.

var doc = window.document, frame = doc.createElement(‘iframe’);frame.src = ‘https://spreadsheets.google.com/embeddedform?formkey=dHo4TzF4ZmplN3ZsU0FPMVloSUxYbnc6MQ’;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(‘jpSurvey3’).appendChild(frame);