LocaleSearch
Find where you rank for specific keywords in different locations around the world.
Wat is LocaleSearch?
LocaleSearch is een Chrome-extensie ontwikkeld door https://jonnyhudson.com, en de belangrijkste functie is "Find where you rank for specific keywords in different locations around the world.".
Extensie Screenshots
Download het CRX-bestand van de extensie LocaleSearch
Download LocaleSearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
Officiële URL | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
Beschrijving | Find where you rank for specific keywords in different locations around the world. |
Bestandsgrootte | 9.28 KB |
Aantal Installaties | 67 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2018-06-04 |
Publicatiedatum | 2018-06-04 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://jonnyhudson.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |