Discoverly
Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
Discoverlyคืออะไร?
Discoverly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://discover.ly และคุณลักษณะหลักของมันคือ "Reveal, and now save, more complete social contact info alongside those online profiles you normally view."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discoverly
ดาวน์โหลดไฟล์ส่วนขยาย Discoverly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gmail, Facebook, Twitter & LinkedIn don't play well together, but Discoverly helps them "play nice." • Gmail: see contacts' work info, mutual connections and tweets (with Rapportive too!) • LinkedIn profiles: see when you have mutual Facebook friends and tweets. • Facebook profiles: see LinkedIn info, mutual connections and tweets • Twitter profiles: see LinkedIn info, mutual connections from Facebook and LinkedIn Great for a job hunter, sales, recruiting, entrepreneurs and anyone looking to find an email address. If you experience any issues, please email: [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Discoverly |
ID | dijhcpbkalfgkcebgoncjmfpbamihgaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/discoverly/dijhcpbkalfgkcebgoncjmfpbamihgaf |
คำอธิบาย | Reveal, and now save, more complete social contact info alongside those online profiles you normally view. |
ขนาดไฟล์ | 294 KB |
จำนวนการติดตั้ง | 32,792 |
เวอร์ชันปัจจุบัน | 1.17 |
อัปเดตครั้งล่าสุด | 2024-01-27 |
วันที่เผยแพร่ | 2020-05-26 |
คะแนน | 4.01/5 รวมทั้งหมด 365 คะแนน |
ผู้พัฒนา | https://discover.ly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://discover.ly/ |
URL หน้าช่วยเหลือ | http://discover.ly/ |
URL หน้านโยบายความเป็นส่วนตัว | http://discover.ly/about/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discoverly", "description": "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.", "version": "1.17", "permissions": [ "tabs", "activeTab", "cookies", "storage", "runtime", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "icons": { "16": "\/img\/dly-icon_16.png", "32": "\/img\/dly-icon_32.png", "48": "\/img\/dly-icon_48.png", "128": "\/img\/dly-icon_128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/dly-icon_16.png", "32": "\/img\/dly-icon_32.png", "48": "\/img\/dly-icon_48.png", "128": "\/img\/dly-icon_128.png" } }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/discover.ly\/*" ], "js": [ "content_scripts.js", "installation_check.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ " |