Google Maps Platform API Checker

Helping you implement your licensed Google Maps Platform APIs.

Google Maps Platform API Checkerคืออะไร?

Google Maps Platform API Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Google Maps Platform Team และคุณลักษณะหลักของมันคือ "Helping you implement your licensed Google Maps Platform APIs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Maps Platform API Checker

ดาวน์โหลดไฟล์ส่วนขยาย Google Maps Platform API Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Google Maps Platform API Checker allows you to determine if your website is properly implementing Google’s licensed Maps APIs. Ideal for partners and developers, the Checker shows information about common watchpoints and pitfalls while deploying Maps Platform APIs, including Maps Javascript, Static Maps, and Street View APIs.

No longer do you need to sift through code or the JavaScript Console to identify problems. Instead, technical issues are automatically displayed in an icon on the browser’s address bar. Note that the tool does not check for compliance with Google’s terms of service, which govern API usage.

Learn more about our privacy policy at 
https://policies.google.com/privacy


Release Notes:

1.1.9

- Improved functionality with the latest version of Chrome.

1.1.8

- We now flag malformed keys.

1.1.7

- Updates to help you find keyless usage
- Updates to messages and wording
- Simplified interface

1.1.6

- Minor message updates.

1.1.4

- Basic JSAPI detection
- Minor bug fixes

1.0.5 - 1.1.1

- Detects client side service usage, including Geocoding, Directions, Distance Matrix, Elevation and Places API.
- Signed-in Maps and Google Maps Embed API support.
- Bug fixes & performance improvements

0.9.5 - 0.9.8

- Minor bug fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Maps Platform API Checker Google Maps Platform API Checker
ID mlikepnkghhlnkgeejmlkfeheihlehne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-maps-platform-api/mlikepnkghhlnkgeejmlkfeheihlehne
คำอธิบาย Helping you implement your licensed Google Maps Platform APIs.
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 416,425
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2019-04-22
วันที่เผยแพร่ 2019-04-22
คะแนน 4.43/5 รวมทั้งหมด 1704 คะแนน
ผู้พัฒนา Google Maps Platform Team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,pt-BR,zh-CN,ja
manifest.json
{
    "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": [
                ""
            ],
            "js": [
                "js\/contentscript-compiled.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "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';"
}