LocaleSearch
Find where you rank for specific keywords in different locations around the world.
Was ist LocaleSearch?
LocaleSearch ist eine Chrome-Erweiterung, die von https://jonnyhudson.com entwickelt wurde, und ihr Hauptmerkmal ist "Find where you rank for specific keywords in different locations around the world.".
Erweiterungsscreenshots
LocaleSearch-Erweiterungs-CRX-Datei herunterladen
Laden Sie LocaleSearch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily search for a specific search query from any country in the world. Search from 153 countries, in 27 different languages! Most useful for SEO's who want to search for terms depending on their clients location. Development is in progress for search by city. Leave a review with any features you would like to be included in future versions.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
Offizielle URL | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
Beschreibung | Find where you rank for specific keywords in different locations around the world. |
Dateigröße | 9.28 KB |
Installationsanzahl | 67 |
Aktuelle Version | 1 |
Letztes Update | 2018-06-04 |
Veröffentlichungsdatum | 2018-06-04 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://jonnyhudson.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LocaleSearch", "description": "Find where you rank for specific keywords in different locations around the world.", "version": "1", "author": "Jonny Hudson", "browser_action": { "default_icon": "Logo128px.png", "default_popup": "popup.html" }, "icons": { "16": "Logo16px.png", "48": "Logo48px.png", "128": "Logo128px.png" }, "permissions": [ "activeTab" ] } |