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はhttps://helphascome.comによって開発されたChromeの拡張機能で、その主な機能は「Easily change your location to see search results in an other city, state, or country! Great for marketing research.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Change My Location拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}