Qwilr Sherlock - Email Finder
Find an email almost anyone and produce a proposal, in under a minute.
Qwilr Sherlock - Email Finderคืออะไร?
Qwilr Sherlock - Email Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan Baskind @ Qwilr และคุณลักษณะหลักของมันคือ "Find an email almost anyone and produce a proposal, in under a minute."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qwilr Sherlock - Email Finder
ดาวน์โหลดไฟล์ส่วนขยาย Qwilr Sherlock - Email Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Qwilr's Sherlock generates permutations of emails. If you're a sales person, a content person doing social outreach, or a marketer looking for influencer contacts then Sherlock is for you. Designed and built by the same product team that brought you Qwilr (https://qwilr.com).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | onpelfoldbpoakngjickefhdcmokjgfo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/qwilr-sherlock-email-find/onpelfoldbpoakngjickefhdcmokjgfo |
คำอธิบาย | Find an email almost anyone and produce a proposal, in under a minute. |
ขนาดไฟล์ | 240 KB |
จำนวนการติดตั้ง | 450 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-12-03 |
วันที่เผยแพร่ | 2015-12-03 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Dylan Baskind @ Qwilr |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Qwilr Sherlock - Email Finder", "description": "Find an email almost anyone and produce a proposal, in under a minute.", "version": "1.2", "icons": { "16": "Assets\/icon-16.png", "48": "Assets\/icon-48.png", "128": "Assets\/icon-128.png" }, "browser_action": { "default_icon": { "16": "Assets\/icon-16.png", "48": "Assets\/icon-48.png" }, "default_title": "Qwilr Sherlock", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/use.typekit.net http:\/\/localhost:8080; object-src 'self'", "web_accessible_resources": [ "index.html" ], "permissions": [ "*:\/\/localhost\/*", "*:\/\/use.typekit.net\/*", "webRequest", "webRequestBlocking" ] } |