Reverse Phone Lookup
Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.
什麼是Reverse Phone Lookup?
Reverse Phone Lookup是由https://callername.com開發的Chrome擴展程式,該擴展的主要功能是“Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.”。
擴展截圖
下載Reverse Phone Lookup擴展crx文件
下載Reverse Phone Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The easy-to-use and streamlined interface allow users to look up the Caller ID information of any number quickly. You need not pay nor register to use this 100% free service.
This extension only works with North American (+1) phone numbers. 擴展基本資訊
| 名稱 | |
| ID | oidmmlajgieonojoonmlchkjeciljalf |
| 官方網址 | https://chromewebstore.google.com/detail/reverse-phone-lookup/oidmmlajgieonojoonmlchkjeciljalf |
| 簡介 | Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team. |
| 檔案大小 | 162 KB |
| 安裝次數 | 4,380 |
| 目前版本 | 2.3 |
| 更新時間 | 2022-10-18 |
| 上架時間 | 2019-08-17 |
| 評分 | 2.80/5 共 10 次評分 |
| 開發者 | https://callername.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://callername.com/privacy-extension |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reverse Phone Lookup",
"version": "2.3",
"description": "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.",
"permissions": [
"storage",
"https:\/\/callername.com\/",
"https:\/\/api.callername.com\/"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icon_x16.png",
"32": "img\/icon_x32.png",
"48": "img\/icon_x48.png",
"128": "img\/icon_x128.png"
}
},
"icons": {
"16": "img\/icon_x16.png",
"32": "img\/icon_x32.png",
"48": "img\/icon_x48.png",
"128": "img\/icon_x128.png"
},
"manifest_version": 2
} | |