JD Extractor
JustDial Data Extractor tool
Wat is JD Extractor?
JD Extractor is een Chrome-extensie ontwikkeld door easy extrax, en de belangrijkste functie is "JustDial Data Extractor tool".
Extensie Screenshots
Download het CRX-bestand van de extensie JD Extractor
Download JD Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just dial Data Extractor is software that can extract information such as title, phone number, email etc...
Basisinformatie over de Extensie
Naam | JD Extractor |
ID | mihnakoibnncegmcibpgallmgephjepk |
Officiële URL | https://chromewebstore.google.com/detail/jd-extractor/mihnakoibnncegmcibpgallmgephjepk |
Beschrijving | JustDial Data Extractor tool |
Bestandsgrootte | 277 KB |
Aantal Installaties | 2,186 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-01-20 |
Publicatiedatum | 2021-02-11 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | easy extrax |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://scrapers.in/privacy-policy-2 |
Ondersteunde Talen | 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" } ] } |