谷歌地图助手
谷歌地图助手是一款基于谷歌地图的浏览器扩展程序,助力您在谷歌地图上快速寻找潜在B2B客户!
What is 谷歌地图助手?
谷歌地图助手 is a Chrome extension developed by http://gmapzs.vyiqin.com, and its main feature is "谷歌地图助手是一款基于谷歌地图的浏览器扩展程序,助力您在谷歌地图上快速寻找潜在B2B客户!".
Extension Screenshots
Download 谷歌地图助手 Extension CRX File
Download 谷歌地图助手 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
谷歌地图助手是一款基于谷歌地图的浏览器扩展程序,助力您在谷歌地图上快速寻找潜在B2B客户!
Extension Basic Information
Name | ![]() |
ID | dppmdnfpcjjolimlcbbbncnliamlkihh |
Official URL | https://chrome.google.com/webstore/detail/%E8%B0%B7%E6%AD%8C%E5%9C%B0%E5%9B%BE%E5%8A%A9%E6%89%8B/dppmdnfpcjjolimlcbbbncnliamlkihh |
Description | 谷歌地图助手是一款基于谷歌地图的浏览器扩展程序,助力您在谷歌地图上快速寻找潜在B2B客户! |
File Size | 1.11 MB |
Installation Count | 150 |
Current Version | 1.0 |
Last Updated | 2020-08-23 |
Publish Date | 2020-08-23 |
Developer | http://gmapzs.vyiqin.com |
[email protected] | |
Payment Type | free |
Extension Website | http://gmapzs.vyiqin.com/ |
Help Page URL | http://gmapzs.vyiqin.com/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8c37\u6b4c\u5730\u56fe\u52a9\u624b", "manifest_version": 2, "version": "1.0", "description": "\u8c37\u6b4c\u5730\u56fe\u52a9\u624b\u662f\u4e00\u6b3e\u57fa\u4e8e\u8c37\u6b4c\u5730\u56fe\u7684\u6d4f\u89c8\u5668\u6269\u5c55\u7a0b\u5e8f\uff0c\u52a9\u529b\u60a8\u5728\u8c37\u6b4c\u5730\u56fe\u4e0a\u5feb\u901f\u5bfb\u627e\u6f5c\u5728B2B\u5ba2\u6237\uff01", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": [], "icons": { "16": "icons\/google_map_16.png", "32": "icons\/google_map_32.png", "48": "icons\/google_map_48.png", "128": "icons\/google_map_128.png" }, "content_scripts": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';script-src-elem", "permissions": [ "declarativeContent", "storage", "webNavigation", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "webRequest", "activeTab", "alarms", "downloads", "webRequestBlocking" ], "web_accessible_resources": [ "\/icons\/*", "\/js\/*", "\/page\/*", "\/resouce\/*" ] } |