Precise Address Location Emulator for SEO PPC

Quickly emulate browser location using any address. Best for SEO and PPC uses.

Что такое Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC - это расширение Chrome, разработанное https://www.porthas.com, и его основная функция - "Quickly emulate browser location using any address. Best for SEO and PPC uses.".

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

screenshot

Скачать файл CRX расширения Precise Address Location Emulator for SEO PPC

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

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

                        This Chrome plugin helps you emulate a browser location in a matter of seconds, so that your browser uses the specified physical location. It is perfect for checking local SEO and PPC performance in a most natural way, without changing IP address and using VPN services or proxies.                    

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

Название Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
Официальный URL https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Описание Quickly emulate browser location using any address. Best for SEO and PPC uses.
Размер файла 888 KB
Количество установок 1,000
Текущая Версия 1.31
Последнее Обновление 2018-09-12
Дата публикации 2018-09-12
Рейтинг 3.20/5 Всего 10 оценок
Разработчик https://www.porthas.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.porthas.com/seo-location-emulator/
URL страницы политики конфиденциальности https://www.porthas.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precise Address Location Emulator for SEO PPC",
    "short_name": "Precise Address Location Emulator",
    "version": "1.31",
    "manifest_version": 2,
    "description": "Quickly emulate browser location using any address. Best for SEO and PPC uses.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/logo.png",
        "default_title": "SEO Location Emulator"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "",
        "geolocation",
        "webNavigation"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}