LocaleSearch
Find where you rank for specific keywords in different locations around the world.
Что такое LocaleSearch?
LocaleSearch - это расширение Chrome, разработанное https://jonnyhudson.com, и его основная функция - "Find where you rank for specific keywords in different locations around the world.".
Снимки экрана расширения
Скачать файл CRX расширения LocaleSearch
Скачайте файлы расширений LocaleSearch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | nmapjchgkedpagbhebahcgndbcjalalb |
Официальный URL | https://chrome.google.com/webstore/detail/localesearch/nmapjchgkedpagbhebahcgndbcjalalb |
Описание | Find where you rank for specific keywords in different locations around the world. |
Размер файла | 9.28 KB |
Количество установок | 67 |
Текущая Версия | 1 |
Последнее Обновление | 2018-06-04 |
Дата публикации | 2018-06-04 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://jonnyhudson.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |