G Maps Ranking Extractor
Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.
Hvad er G Maps Ranking Extractor?
G Maps Ranking Extractor er en Chrome-udvidelse udviklet af https://stephan-czysch.de, og dens hovedfunktion er "Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO.".
Udvidelsesskærmbilleder
Download G Maps Ranking Extractor-udvidelses-CRX-fil
Download G Maps Ranking Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | G Maps Ranking Extractor |
ID | hokhgelladknmolebclojccofhmgljcd |
Officiel URL | https://chromewebstore.google.com/detail/g-maps-ranking-extractor/hokhgelladknmolebclojccofhmgljcd |
Beskrivelse | Extract Maps rankings from popular search engines with one click. The must-have plugin for Local SEO. |
Filstørrelse | 26.11 KB |
Antal Installationer | 112 |
Nuværende Version | 1.0 |
Senest Opdateret | 2024-02-15 |
Udgivelsesdato | 2024-02-15 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://stephan-czysch.de |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.stephan-czysch.de/google-maps-ranking-extractor |
Understøttede Sprog | 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" ] } |