LocaleSearch
Find where you rank for specific keywords in different locations around the world.
Qu'est-ce que LocaleSearch ?
LocaleSearch est une extension Chrome développée par https://jonnyhudson.com, et sa fonction principale est "Find where you rank for specific keywords in different locations around the world.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LocaleSearch
Téléchargez les fichiers d'extension LocaleSearch 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
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.
Informations de Base sur l'Extension
Nom | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
URL Officiel | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
Description | Find where you rank for specific keywords in different locations around the world. |
Taille du Fichier | 9.28 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2018-06-04 |
Date de Publication | 2018-06-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://jonnyhudson.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |