Change My Location

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

Apa itu Change My Location?

Change My Location adalah ekstensi Chrome yang dikembangkan oleh https://helphascome.com, dan fitur utamanya adalah "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Change My Location

Unduh file ekstensi Change My Location dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
URL Resmi https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Deskripsi Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Ukuran File 1.14 MB
Jumlah Instalasi 1,145
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2022-12-30
Tanggal Publikasi 2022-09-02
Penilaian 4.56/5 Total 9 Penilaian
Pengembang https://helphascome.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.helphascome.com
URL Halaman Bantuan https://www.helphascome.com
URL Halaman Kebijakan Privasi https://helphascome.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}