Precise Address Location Emulator for SEO PPC

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

Cos'è Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC è un'estensione di Chrome sviluppata da https://www.porthas.com, e la sua funzione principale è "Quickly emulate browser location using any address. Best for SEO and PPC uses.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Precise Address Location Emulator for SEO PPC

Scarica i file di estensione Precise Address Location Emulator for SEO PPC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
URL Ufficiale https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Descrizione Quickly emulate browser location using any address. Best for SEO and PPC uses.
Dimensione del File 888 KB
Conteggio Installazioni 1,000
Versione Corrente 1.31
Ultimo Aggiornamento 2018-09-12
Data di Pubblicazione 2018-09-12
Valutazione 3.20/5 Totale 10 Valutazioni
Sviluppatore https://www.porthas.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.porthas.com/seo-location-emulator/
URL della Pagina della Politica sulla Privacy https://www.porthas.com/privacy-policy
Lingue Supportate 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'"
}