G Maps Ranking Extractor

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

G Maps Ranking Extractor क्या है?

G Maps Ranking Extractor https://stephan-czysch.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में G Maps Ranking Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम G Maps Ranking Extractor G Maps Ranking Extractor
ID hokhgelladknmolebclojccofhmgljcd
आधिकारिक URL https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd
विवरण Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
फ़ाइल का आकार 26.11 KB
स्थापना संख्या 112
वर्तमान संस्करण 1.0
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2024-02-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://stephan-czysch.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.stephan-czysch.de/google-maps-ranking-extractor
समर्थित भाषाएँ 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"
    ]
}