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 là gì?

Precise Address Location Emulator for SEO PPC là một tiện ích mở rộng Chrome được phát triển bởi https://www.porthas.com, và tính năng chính của nó là "Quickly emulate browser location using any address. Best for SEO and PPC uses.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Precise Address Location Emulator for SEO PPC

Tải xuống các tệp mở rộng Precise Address Location Emulator for SEO PPC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Precise Address Location Emulator for SEO PPC Precise Address Location Emulator for SEO PPC
ID gllkjignoppeojefkcdfbcbgjhicikpf
URL Chính Thức https://chrome.google.com/webstore/detail/precise-address-location/gllkjignoppeojefkcdfbcbgjhicikpf
Mô tả Quickly emulate browser location using any address. Best for SEO and PPC uses.
Kích Thước Tệp 888 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.31
Cập Nhật Lần Cuối 2018-09-12
Ngày Phát Hành 2018-09-12
Đánh Giá 3.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.porthas.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.porthas.com/seo-location-emulator/
URL Trang Chính Sách Bảo Mật https://www.porthas.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}