LocaleSearch
Find where you rank for specific keywords in different locations around the world.
Cos'è LocaleSearch?
LocaleSearch è un'estensione di Chrome sviluppata da https://jonnyhudson.com, e la sua funzione principale è "Find where you rank for specific keywords in different locations around the world.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LocaleSearch
Scarica i file di estensione LocaleSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
URL Ufficiale | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
Descrizione | Find where you rank for specific keywords in different locations around the world. |
Dimensione del File | 9.28 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2018-06-04 |
Data di Pubblicazione | 2018-06-04 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://jonnyhudson.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |