Gmail API Extension

Gmail API Extension

What is Gmail API Extension?

Gmail API Extension is a Chrome extension developed by mohammed.lakkadshaw, and its main feature is "Gmail API Extension".

Download Gmail API Extension Extension CRX File

Download Gmail API Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Gmail API Extension Gmail API Extension
ID pigkneojacfoacpbanfmiffhfpnimnof
Official URL https://chrome.google.com/webstore/detail/gmail-api-extension/pigkneojacfoacpbanfmiffhfpnimnof
Description Gmail API Extension
File Size 5.59 KB
Installation Count 16
Current Version 1.0
Last Updated 2015-10-15
Publish Date 2015-10-15
Developer mohammed.lakkadshaw
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail API Extension",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Gmail API Extension",
    "permissions": [
        "identity",
        "*:\/\/*.google.com\/*"
    ],
    "background": {
        "scripts": [
            "base64.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src https:\/\/*.google.com 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify"
        ]
    }
}