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開發的Chrome擴展程式,該擴展的主要功能是“Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.”。

擴展截圖

screenshot
screenshot

下載G Maps Ranking Extractor擴展crx文件

下載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
官方網址 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"
    ]
}