Google Map Business Scraper
Scrape the business information from Google Map
Co to jest Google Map Business Scraper?
Google Map Business Scraper to rozszerzenie Chrome opracowane przez http://www.googledataextractor.co.in, a jego główną funkcją jest „Scrape the business information from Google Map”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Map Business Scraper
Pobierz pliki rozszerzeń Google Map Business Scraper 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
Google Maps Data Extractor tool to instantly generate a ton of leads, anywhere in the world. This google maps extractor tool extracts name, address, phone number,website, social media links, reviews, current marketing pixels and more from companies. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lfeafcjdmideekklmmioaaaonahmhioe |
| Oficjalny URL | https://chrome.google.com/webstore/detail/google-map-business-scrap/lfeafcjdmideekklmmioaaaonahmhioe |
| Opis | Scrape the business information from Google Map |
| Rozmiar pliku | 2.15 MB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 6.4 |
| Ostatnia Aktualizacja | 2022-01-08 |
| Data Publikacji | 2020-07-24 |
| Ocena | 4.33/5 Łącznie 12 Oceny |
| Deweloper | http://www.googledataextractor.co.in |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://googledataextractor.co.in/ |
| Adres URL Strony Pomocy | https://googledataextractor.co.in/contact-us/ |
| Adres URL Strony Polityki Prywatności | https://globalgymsoftware.com/Privacy-Policy.html |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Map Business Scraper",
"version": "6.4",
"description": "Scrape the business information from Google Map",
"permissions": [
"downloads",
"notifications",
"storage",
"http:\/\/callingserver.globalgymsoftware.com\/*",
"https:\/\/www.google.com\/search?q=*"
],
"browser_action": {
"default_icon": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"default_title": "Google Map Business Scraper"
},
"icons": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"libs\/jquery-3.1.1.min.js",
"js\/consts.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/maps\/*"
],
"js": [
"libs\/jquery-3.1.1.min.js",
"libs\/toastr.min.js",
"js\/lodash.js",
"js\/check-ext-exipre.js",
"contentscript\/content.js"
],
"css": [
"css\/toastr.min.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"images\/*"
],
"manifest_version": 2
} | |