Private Investigator
a chrome extension that uses FullContact's email API
Private Investigatorคืออะไร?
Private Investigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justinliow และคุณลักษณะหลักของมันคือ "a chrome extension that uses FullContact's email API"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Private Investigator
ดาวน์โหลดไฟล์ส่วนขยาย Private Investigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enter an email and find all accounts associated with it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Private Investigator |
ID | kamgknfdcjepeagppnbbcgfadkekciij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
คำอธิบาย | a chrome extension that uses FullContact's email API |
ขนาดไฟล์ | 121 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-07 |
วันที่เผยแพร่ | 2017-01-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | justinliow |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Private Investigator", "description": "a chrome extension that uses FullContact's email API", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "https:\/\/api.fullcontact.com\/*" ] } |