Precise Address Location Emulator for SEO PPC

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

Was ist Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC ist eine Chrome-Erweiterung, die von https://www.porthas.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly emulate browser location using any address. Best for SEO and PPC uses.".

Erweiterungsscreenshots

screenshot

Precise Address Location Emulator for SEO PPC-Erweiterungs-CRX-Datei herunterladen

Laden Sie Precise Address Location Emulator for SEO PPC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
Offizielle URL https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Beschreibung Quickly emulate browser location using any address. Best for SEO and PPC uses.
Dateigröße 888 KB
Installationsanzahl 1,000
Aktuelle Version 1.31
Letztes Update 2018-09-12
Veröffentlichungsdatum 2018-09-12
Bewertung 3.20/5 Insgesamt 10 Bewertungen
Entwickler https://www.porthas.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.porthas.com/seo-location-emulator/
URL der Datenschutzrichtlinien-Seite https://www.porthas.com/privacy-policy
Unterstützte Sprachen 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'"
}