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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://callername.com และคุณลักษณะหลักของมันคือ "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reverse Phone Lookup
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reverse Phone Lookup |
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 } |