G Maps Ranking Extractor

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

Vad är G Maps Ranking Extractor?

G Maps Ranking Extractor är en Chrome-tillägg utvecklad av https://stephan-czysch.de, och dess huvudfunktion är "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner G Maps Ranking Extractor-förlängningens CRX-fil

Ladda ner G Maps Ranking Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn G Maps Ranking Extractor G Maps Ranking Extractor
ID hokhgelladknmolebclojccofhmgljcd
Officiell webbadress https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd
Beskrivning Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
Filstorlek 26.11 KB
Antal Installationer 112
Aktuell Version 1.0
Senast Uppdaterad 2024-02-15
Publiceringsdatum 2024-02-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://stephan-czysch.de
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.stephan-czysch.de/google-maps-ranking-extractor
Stödda Språk 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"
    ]
}