WA Biz GMB Lead Extractor
Generate high quality and verified leads registered on Google My Business and Google Maps.
WA Biz GMB Lead Extractorとは何ですか?
WA Biz GMB Lead Extractorはhttps://wabiz.inによって開発されたChromeの拡張機能で、その主な機能は「Generate high quality and verified leads registered on Google My Business and Google Maps.」です。
拡張機能のスクリーンショット
WA Biz GMB Lead Extractor拡張機能のCRXファイルをダウンロード
WA Biz GMB Lead Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WA Biz GMB Lead Extractor Helps you to Generate high quality and verified leads registered on Google My Business and Google Maps.
拡張機能の基本情報
名前 | |
ID | mfiioimnpmgmcaklnkjgfjiijpiggefa |
公式URL | https://chrome.google.com/webstore/detail/wa-biz-gmb-lead-extractor/mfiioimnpmgmcaklnkjgfjiijpiggefa |
説明 | Generate high quality and verified leads registered on Google My Business and Google Maps. |
ファイルサイズ | 417 KB |
インストール数 | 91 |
現在のバージョン | 1.2 |
最終更新日 | 2021-10-26 |
公開日 | 2021-10-26 |
開発者 | https://wabiz.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://wabiz.in |
ヘルプページのURL | https://wabiz.in/#contact |
プライバシーポリシーページのURL | https://wabiz.in/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "29", "background": { "persistent": true, "scripts": [ ".\/assets\/js\/_extractor.js", ".\/assets\/js\/components\/lodash.js", ".\/assets\/js\/jquery.min.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/assets\/js\/_extractor.js", ".\/assets\/js\/components\/lodash.js", ".\/assets\/js\/license.js" ], "matches": [ "https:\/\/*\/maps\/*" ] } ], "description": "Generate high quality and verified leads registered on Google My Business and Google Maps.", "icons": { "128": "logo.png" }, "name": "WA Biz GMB Lead Extractor", "permissions": [ "webRequest", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "https:\/\/*.google.com\/maps\/*" ] } |