LocaleSearch

Find where you rank for specific keywords in different locations around the world.

Co to jest LocaleSearch?

LocaleSearch to rozszerzenie Chrome opracowane przez https://jonnyhudson.com, a jego główną funkcją jest „Find where you rank for specific keywords in different locations around the world.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LocaleSearch

Pobierz pliki rozszerzeń LocaleSearch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LocaleSearch LocaleSearch
ID nmapjchgkedpagbhebahcgndbcjalalb
Oficjalny URL https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb
Opis Find where you rank for specific keywords in different locations around the world.
Rozmiar pliku 9.28 KB
Liczba instalacji 67
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-06-04
Data Publikacji 2018-06-04
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://jonnyhudson.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}