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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}