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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.porthas.com และคุณลักษณะหลักของมันคือ "Quickly emulate browser location using any address. Best for SEO and PPC uses."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Precise Address Location Emulator for SEO PPC

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
}