Change My Location

Easily change your location to see search results in an other city, state, or country! Great for marketing research.

Что такое Change My Location?

Change My Location - это расширение Chrome, разработанное https://helphascome.com, и его основная функция - "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Change My Location

Скачайте файлы расширений Change My Location в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Trying to do market research in other cities or states can be a challenge.  By using this extension, you can modify your search results to show those from another area!  Great for SEO or ads research.                    

Основная информация о расширении

Название Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Официальный URL https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Описание Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Размер файла 1.14 MB
Количество установок 1,145
Текущая Версия 1.1.1
Последнее Обновление 2022-12-30
Дата публикации 2022-09-02
Рейтинг 4.56/5 Всего 9 оценок
Разработчик https://helphascome.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.helphascome.com
URL страницы помощи https://www.helphascome.com
URL страницы политики конфиденциальности https://helphascome.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Location",
    "version": "1.1.1",
    "description": "Easily change your location to see search results in an other city, state, or country!  Great for marketing research.",
    "manifest_version": 3,
    "author": "NDS Digital",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Change My Location"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "geolocation"
    ]
}