G Maps Ranking Extractor

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

O que é G Maps Ranking Extractor?

G Maps Ranking Extractor é uma extensão do Chrome desenvolvida por https://stephan-czysch.de, e sua principal característica é "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão G Maps Ranking Extractor

Baixe arquivos de extensão G Maps Ranking Extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome G Maps Ranking Extractor G Maps Ranking Extractor
ID hokhgelladknmolebclojccofhmgljcd
URL Oficial https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd
Descrição Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
Tamanho do Arquivo 26.11 KB
Contagem de Instalações 112
Versão Atual 1.0
Última Atualização 2024-02-15
Data de Publicação 2024-02-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://stephan-czysch.de
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.stephan-czysch.de/google-maps-ranking-extractor
Idiomas Suportados 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"
    ]
}