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 |
| 官方URL | 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
} | |