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... 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
]
} | |