Precise Address Location Emulator for SEO PPC

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

Co to jest Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC to rozszerzenie Chrome opracowane przez https://www.porthas.com, a jego główną funkcją jest „Quickly emulate browser location using any address. Best for SEO and PPC uses.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Precise Address Location Emulator for SEO PPC

Pobierz pliki rozszerzeń Precise Address Location Emulator for SEO PPC 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
Oficjalny URL https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Opis Quickly emulate browser location using any address. Best for SEO and PPC uses.
Rozmiar pliku 888 KB
Liczba instalacji 1,000
Aktualna Wersja 1.31
Ostatnia Aktualizacja 2018-09-12
Data Publikacji 2018-09-12
Ocena 3.20/5 Łącznie 10 Oceny
Deweloper https://www.porthas.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.porthas.com/seo-location-emulator/
Adres URL Strony Polityki Prywatności https://www.porthas.com/privacy-policy
Obsługiwane Języki 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'"
}