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 - это расширение Chrome, разработанное https://stephan-czysch.de, и его основная функция - "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения G Maps Ranking Extractor

Скачайте файлы расширений G Maps Ranking Extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}