Google Maps Extractor
Get Leads using Google Maps Extractor.
Google Maps Extractorとは何ですか?
Google Maps ExtractorはMarketing Softwaresによって開発されたChromeの拡張機能で、その主な機能は「Get Leads using Google Maps Extractor.」です。
拡張機能のスクリーンショット
Google Maps Extractor拡張機能のCRXファイルをダウンロード
Google Maps Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple chrome extension to get the leads you always wanted through Google Maps extractor. 拡張機能の基本情報
| 名前 | |
| ID | amllkmmpkiinmekifppnhpfpfaofpnfk |
| 公式URL | https://chrome.google.com/webstore/detail/google-maps-extractor/amllkmmpkiinmekifppnhpfpfaofpnfk |
| 説明 | Get Leads using Google Maps Extractor. |
| ファイルサイズ | 320 KB |
| インストール数 | 566 |
| 現在のバージョン | 5.1.0 |
| 最終更新日 | 2021-11-15 |
| 公開日 | 2021-08-18 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | Marketing Softwares |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| プライバシーポリシーページのURL | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
".\/assets\/js\/_extractor.js",
".\/assets\/js\/components\/lodash.js",
".\/assets\/js\/jquery.min.js",
".\/assets\/js\/core.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
".\/assets\/js\/_extractor.js",
".\/assets\/js\/components\/lodash.js"
],
"matches": [
"https:\/\/*\/maps\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/vetsandpets.pl https:\/\/ssl.google-analytics.com https:\/\/*.parastorage.com; object-src 'self'",
"description": "Get Leads using Google Maps Extractor.",
"icons": {
"128": "logo_google.png"
},
"manifest_version": 2,
"minimum_chrome_version": "29",
"name": "Google Maps Extractor",
"permissions": [
"storage",
"tabs",
"webRequest",
"http:\/\/*\/",
"https:\/\/*\/",
"https:\/\/*\/maps\/*",
"https:\/\/hsdigitalsolution.in\/extractor\/api\/google_extension.php"
],
"version": "5.1.0"
} | |