Data Grabber
grab it to use it
Qu'est-ce que Data Grabber ?
Data Grabber est une extension Chrome développée par http://datagrabber.moxols.com, et sa fonction principale est "grab it to use it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Data Grabber
Téléchargez les fichiers d'extension Data Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Datagrabber is a permission based web data extraction toolkit which helps almost every one to populate their database with absolute data and also gather authenticated contacts form every site which have contacts data visible on the front end of site
Informations de Base sur l'Extension
Nom | |
ID | akgdjhnlchpdfhohbdkolopojpfnehle |
URL Officiel | https://chrome.google.com/webstore/detail/data-grabber/akgdjhnlchpdfhohbdkolopojpfnehle |
Description | grab it to use it |
Taille du Fichier | 6.81 MB |
Nombre d'Installations | 115 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-03-31 |
Date de Publication | 2018-03-31 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | http://datagrabber.moxols.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://datagrabber.moxols.com |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "scripts": [ "background_script.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Data Grabber" }, "content_scripts": [ { "css": [ "content_script.css" ], "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "grab it to use it", "devtools_page": "devtools_init_page.html", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Data Grabber", "optional_permissions": [ "webRequest", "webRequestBlocking", " |