LocaleSearch
Find where you rank for specific keywords in different locations around the world.
Vad är LocaleSearch?
LocaleSearch är en Chrome-tillägg utvecklad av https://jonnyhudson.com, och dess huvudfunktion är "Find where you rank for specific keywords in different locations around the world.".
Tilläggsskärmbilder
Ladda ner LocaleSearch-förlängningens CRX-fil
Ladda ner LocaleSearch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
Officiell webbadress | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
Beskrivning | Find where you rank for specific keywords in different locations around the world. |
Filstorlek | 9.28 KB |
Antal Installationer | 67 |
Aktuell Version | 1 |
Senast Uppdaterad | 2018-06-04 |
Publiceringsdatum | 2018-06-04 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://jonnyhudson.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |