G Maps Ranking Extractor

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

Wat is G Maps Ranking Extractor?

G Maps Ranking Extractor is een Chrome-extensie ontwikkeld door https://stephan-czysch.de, en de belangrijkste functie is "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie G Maps Ranking Extractor

Download G Maps Ranking 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

                        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!                    

Basisinformatie over de Extensie

Naam G Maps Ranking Extractor G Maps Ranking Extractor
ID hokhgelladknmolebclojccofhmgljcd
Officiële URL https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd
Beschrijving Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
Bestandsgrootte 26.11 KB
Aantal Installaties 112
Huidige Versie 1.0
Laatst Bijgewerkt 2024-02-15
Publicatiedatum 2024-02-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://stephan-czysch.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.stephan-czysch.de/google-maps-ranking-extractor
Ondersteunde Talen 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"
    ]
}