Change My Location

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

Cos'è Change My Location?

Change My Location è un'estensione di Chrome sviluppata da https://helphascome.com, e la sua funzione principale è "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Change My Location

Scarica i file di estensione Change My Location in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
URL Ufficiale https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Descrizione Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Dimensione del File 1.14 MB
Conteggio Installazioni 1,145
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-12-30
Data di Pubblicazione 2022-09-02
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore https://helphascome.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.helphascome.com
URL della Pagina di Aiuto https://www.helphascome.com
URL della Pagina della Politica sulla Privacy https://helphascome.com/privacy-policy
Lingue Supportate 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"
    ]
}