Change My Location

Easily change your location to see search results in an other city, state, or country! Great for marketing research.

Change My Locationคืออะไร?

Change My Location เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helphascome.com และคุณลักษณะหลักของมันคือ "Easily change your location to see search results in an other city, state, or country! Great for marketing research."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change My Location

ดาวน์โหลดไฟล์ส่วนขยาย Change My Location ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Trying to do market research in other cities or states can be a challenge.  By using this extension, you can modify your search results to show those from another area!  Great for SEO or ads research.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
คำอธิบาย Easily change your location to see search results in an other city, state, or country! Great for marketing research.
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 1,145
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-12-30
วันที่เผยแพร่ 2022-09-02
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://helphascome.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.helphascome.com
URL หน้าช่วยเหลือ https://www.helphascome.com
URL หน้านโยบายความเป็นส่วนตัว https://helphascome.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Location",
    "version": "1.1.1",
    "description": "Easily change your location to see search results in an other city, state, or country!  Great for marketing research.",
    "manifest_version": 3,
    "author": "NDS Digital",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Change My Location"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "geolocation"
    ]
}