Skip to content

Instantly share code, notes, and snippets.

@Antoinebr
Created November 15, 2016 08:36
Show Gist options
  • Select an option

  • Save Antoinebr/cf230235a048a61a8f93581763da9d40 to your computer and use it in GitHub Desktop.

Select an option

Save Antoinebr/cf230235a048a61a8f93581763da9d40 to your computer and use it in GitHub Desktop.
appScript-onOpen.js
function onOpen() {
var spreadsheet = SpreadsheetApp.getActive();
var entries = [{name: "Get Results", functionName: "getResults"}];
spreadsheet.addMenu("WebPagetest", entries);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment