Data Grabber
grab it to use it
Co to jest Data Grabber?
Data Grabber to rozszerzenie Chrome opracowane przez http://datagrabber.moxols.com, a jego główną funkcją jest „grab it to use it”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Data Grabber
Pobierz pliki rozszerzeń Data Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | akgdjhnlchpdfhohbdkolopojpfnehle |
Oficjalny URL | https://chrome.google.com/webstore/detail/data-grabber/akgdjhnlchpdfhohbdkolopojpfnehle |
Opis | grab it to use it |
Rozmiar pliku | 6.81 MB |
Liczba instalacji | 115 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-03-31 |
Data Publikacji | 2018-03-31 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | http://datagrabber.moxols.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://datagrabber.moxols.com |
Obsługiwane Języki | 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", " |