WhereCall
Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls.
WhereCallคืออะไร?
WhereCall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wherecall.com และคุณลักษณะหลักของมันคือ "Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhereCall
ดาวน์โหลดไฟล์ส่วนขยาย WhereCall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WhereCall, the premiere free reverse phone lookup service, built by its users for its users. With thousands of daily user contributions, we are compiling the largest free public directory of phone numbers with better information that is more accurate than the rest.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojlnnpjpjjifckmcagnajkkfcilogpel |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wherecall/ojlnnpjpjjifckmcagnajkkfcilogpel |
คำอธิบาย | Find out where a phone call came from and anonymously report telemarketing calls, fraudulent calls and scam calls. |
ขนาดไฟล์ | 723 KB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2016-08-27 |
วันที่เผยแพร่ | 2016-08-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://wherecall.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "wherecall", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/wherecall.com; object-src 'self'" } |