WebExtension.net
WebExtension.net

Google Maps Platform API Checker

View on Chrome Web Store
View Google Maps Platform API Checker Chrome Extension on Chrome Web Store
4.4 (1,710 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Helping you implement your licensed Google Maps Platform APIs.
Type
Extension
Users
300,000 users
Google Maps Platform Team
View author page of Google Maps Platform Team
Published
Published on March 17, 2014
Version 1.1.9
Manifest version
2
Updated
Updated on April 22, 2019
View on Chrome Web Store
View Google Maps Platform API Checker Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.9",
    "author": "Dave Overstrom ([email protected])",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "128": "images\/mfw_icon_new.png"
    },
    "background": {
        "scripts": [
            "js\/background-compiled.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/contentscript-compiled.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/iframe-compiled.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "page_action": {
        "default_name": "__MSG_appName__",
        "default_icon": "images\/m4b_grey.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self';"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top