Search
K

Applying for Google API access for White Labeled extensions

If you use the Scrape to Gsheets action in your White Label product you will need to apply for API access for your extension. This process is detailed below
First Submit your extension zip file to the Chrome webstore at https://chrome.google.com/webstore/devconsole to get your chrome extension ID key, you will need this for the API application for the client ID. The chrome extension key is the random string at the end of the URL
Then put your client ID into the maifest.json file for your application as shown below:
"oauth2": { "client_id": "YOUR CLIENT ID GOES HERE.apps.googleusercontent.com", "scopes": [ "https://www.googleapis.com/auth/spreadsheets", "https://www.googleapis.com/auth/spreadsheets.readonly", "https://www.googleapis.com/auth/documents", "https://www.googleapis.com/auth/documents.readonly" ] },
You can then follow our example of filling out the API application parameters show in the following screenshots, using your domain information in place of ours
Last modified 1yr ago