G Maps Ranking Extractor

Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.

Was ist G Maps Ranking Extractor?

G Maps Ranking Extractor ist eine Chrome-Erweiterung, die von https://stephan-czysch.de entwickelt wurde, und ihr Hauptmerkmal ist "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".

Erweiterungsscreenshots

screenshot
screenshot

G Maps Ranking Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie G Maps Ranking Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Are you looking for an easy way to extract Maps rankings from popular search engines? G Maps Ranking Extractor is here to help! 

Perform your search, click the plugin logo and all available places data is in your clipboard. Use it for competitor research, ranking checks and much more. GMRE is the plugin Local SEO experts have been waiting for!                    

Grundlegende Informationen zur Erweiterung

Name G Maps Ranking Extractor G Maps Ranking Extractor
ID hokhgelladknmolebclojccofhmgljcd
Offizielle URL https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd
Beschreibung Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
Dateigröße 26.11 KB
Installationsanzahl 112
Aktuelle Version 1.0
Letztes Update 2024-02-15
Veröffentlichungsdatum 2024-02-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://stephan-czysch.de
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.stephan-czysch.de/google-maps-ranking-extractor
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "background": {
        "service_worker": "bg-loader.js"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "G Maps Ranking Extractor"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/search*",
                "*:\/\/*\/maps\/search*",
                "*:\/\/*\/maps*",
                "*:\/\/*\/localservices*"
            ],
            "include_globs": [
                "*:\/\/*google.*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.",
    "homepage_url": " https:\/\/www.stephan-czysch.de\/google-maps-ranking-extractor",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png"
    },
    "name": "G Maps Ranking Extractor",
    "permissions": [
        "notifications",
        "clipboardWrite"
    ]
}