Precise Address Location Emulator for SEO PPC

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

什麼是Precise Address Location Emulator for SEO PPC?

Precise Address Location Emulator for SEO PPC是由https://www.porthas.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly emulate browser location using any address. Best for SEO and PPC uses.”。

擴展截圖

screenshot

下載Precise Address Location Emulator for SEO PPC擴展crx文件

下載Precise Address Location Emulator for SEO PPC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
官方網址 https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
簡介 Quickly emulate browser location using any address. Best for SEO and PPC uses.
檔案大小 888 KB
安裝次數 1,000
目前版本 1.31
更新時間 2018-09-12
上架時間 2018-09-12
評分 3.20/5 共 10 次評分
開發者 https://www.porthas.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.porthas.com/seo-location-emulator/
隱私政策頁面URL https://www.porthas.com/privacy-policy
支援的語言 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'"
}