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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |