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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | nfbdbedhecbnjnlnlbgljegpdnjmfcbl |
| 官方網址 | 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"
]
} | |