JD Extractor
JustDial Data Extractor tool
JD Extractorとは何ですか?
JD Extractorはeasy extraxによって開発されたChromeの拡張機能で、その主な機能は「JustDial Data Extractor tool」です。
拡張機能のスクリーンショット
JD Extractor拡張機能のCRXファイルをダウンロード
JD Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just dial Data Extractor is software that can extract information such as title, phone number, email etc...
拡張機能の基本情報
名前 | JD Extractor |
ID | mihnakoibnncegmcibpgallmgephjepk |
公式URL | https://chromewebstore.google.com/detail/jd-extractor/mihnakoibnncegmcibpgallmgephjepk |
説明 | JustDial Data Extractor tool |
ファイルサイズ | 277 KB |
インストール数 | 2,186 |
現在のバージョン | 2.0 |
最終更新日 | 2023-01-20 |
公開日 | 2021-02-11 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | easy extrax |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://scrapers.in/privacy-policy-2 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JD Extractor", "description": "JustDial Data Extractor tool", "version": "2.0", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_popup": "html\/index.html", "default_title": "JD Extractor" }, "options_page": "html\/option.html", "background": { "scripts": [ "lib\/js\/jquery-min.js", "js\/eventpage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "*:\/\/goyral.com\/*", "*:\/\/*.google.com\/*", "downloads", "browsingData" ], "content_scripts": [ { "js": [ "js\/html2canvas.min.js", "js\/tesseract.js", "lib\/js\/jquery-min.js", "contentscript\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.justdial.com\/*" ], "run_at": "document_end" } ] } |