Apps Script to open of a Google Document "open in my browser" with function -
Apps Script to open of a Google Document "open in my browser" with function -
just trying utilize simple script "open in browser" doc not spredsheet specified file id , opens document .
function onopen() { // add together menu items, separators, , sub-menu. documentapp.getui().createmenu('oar') .additem('maj date + oar', 'test') .additem('maj date auto', 'testdate') ***.additem('accès direct url', 'href=/d/1udvlspazngalg6nid jmjvkkw3i9ocaeka-a_cac79cykvszkd545dyzn/edit?')*** .addtoui(); }
google-apps-script google-docs
Comments
Post a Comment