Precise Address Location Emulator for SEO PPC

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

Co je Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC je rozšíření Chrome vyvinuté https://www.porthas.com, a jeho hlavní funkcí je „Quickly emulate browser location using any address. Best for SEO and PPC uses.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Precise Address Location Emulator for SEO PPC

Stáhněte si soubory rozšíření Precise Address Location Emulator for SEO PPC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
Oficiální URL https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Popis Quickly emulate browser location using any address. Best for SEO and PPC uses.
Velikost souboru 888 KB
Počet instalací 1,000
Aktuální Verze 1.31
Poslední Aktualizace 2018-09-12
Datum Vydání 2018-09-12
Hodnocení 3.20/5 Celkem 10 Hodnocení
Vývojář https://www.porthas.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.porthas.com/seo-location-emulator/
URL Stránky Zásad Ochrany Soukromí https://www.porthas.com/privacy-policy
Podporované Jazyky 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'"
}