Change My Location

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

Was ist Change My Location?

Change My Location ist eine Chrome-Erweiterung, die von https://helphascome.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Change My Location-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change My Location-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Offizielle URL https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Beschreibung Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Dateigröße 1.14 MB
Installationsanzahl 1,145
Aktuelle Version 1.1.1
Letztes Update 2022-12-30
Veröffentlichungsdatum 2022-09-02
Bewertung 4.56/5 Insgesamt 9 Bewertungen
Entwickler https://helphascome.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.helphascome.com
Hilfeseite URL https://www.helphascome.com
URL der Datenschutzrichtlinien-Seite https://helphascome.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}