G Maps Ranking Extractor
Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
Qu'est-ce que G Maps Ranking Extractor ?
G Maps Ranking Extractor est une extension Chrome développée par https://stephan-czysch.de, et sa fonction principale est "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension G Maps Ranking Extractor
Téléchargez les fichiers d'extension G Maps Ranking Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | G Maps Ranking Extractor |
ID | hokhgelladknmolebclojccofhmgljcd |
URL Officiel | https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd |
Description | Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO. |
Taille du Fichier | 26.11 KB |
Nombre d'Installations | 112 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2024-02-15 |
Date de Publication | 2024-02-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://stephan-czysch.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.stephan-czysch.de/google-maps-ranking-extractor |
Langues Prises en Charge | 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" ] } |