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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}