Precise Address Location Emulator for SEO PPC

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

What is Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC is a Chrome extension developed by https://www.porthas.com, and its main feature is "Quickly emulate browser location using any address. Best for SEO and PPC uses.".

Extension Screenshots

screenshot

Download Precise Address Location Emulator for SEO PPC Extension CRX File

Download Precise Address Location Emulator for SEO PPC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
Official URL https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Description Quickly emulate browser location using any address. Best for SEO and PPC uses.
File Size 888 KB
Installation Count 1,000
Current Version 1.31
Last Updated 2018-09-12
Publish Date 2018-09-12
Rating 3.20/5 Total 10 Ratings
Developer https://www.porthas.com
Email [email protected]
Payment Type free
Extension Website https://www.porthas.com/seo-location-emulator/
Privacy Policy Page URL https://www.porthas.com/privacy-policy
Supported Languages 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'"
}