Clearbit for Salesforce – Lite
Display in-depth person and company data on every Salesforce record.
Clearbit for Salesforce – Liteคืออะไร?
Clearbit for Salesforce – Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clearbit.com และคุณลักษณะหลักของมันคือ "Display in-depth person and company data on every Salesforce record."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clearbit for Salesforce – Lite
ดาวน์โหลดไฟล์ส่วนขยาย Clearbit for Salesforce – Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clearbit for Salesforce Lite | Build Your Business on Better Data In just a few clicks, turn any email address or domain name into full prospect and company profiles with over 85 actionable data points. Clearbit’s Chrome Extension automatically displays in-depth person and company data on every Salesforce record, right in your browser. Know everything about your contacts, leads, and prospects without searching – every data point you might need instantly available, and never stale. WHY INSTALL SALESFORCE LITE? • Save up to 2 hours per day of manual research and data entry • Enrich existing contacts, leads, and accounts with best-in-class data • Segment leads based on any attribute • Prospect new contacts without leaving Salesforce WHAT’S INCLUDED? • Compatible with all Salesforce Standard Editions and Salesforce Lightning • Free for up to 3 seats per organization • [BONUS] 20 free prospect lookups per seat, per month WANT MORE? TRY CLEARBIT FOR SALESFORCE PRO • Skip the manual research and data entry – Clearbit instantly enriches new records. • Keep everything up to date – Clearbit automatically refreshes records every 30 days. • Score and route inbound leads – Clearbit automatically appends company and contact details in real time. • Gain insights with robust reporting – Clearbit makes Salesforce reports even more powerful. • Build your pipeline – Clearbit helps you identify target accounts and connects you with the right person at each account. CONTACT US If you have any questions or would like to upgrade, please email [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clearbit for Salesforce – Lite |
ID | bemecidfpcjokfloipcdkenfecjdocac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clearbit-for-salesforce-%E2%80%93/bemecidfpcjokfloipcdkenfecjdocac |
คำอธิบาย | Display in-depth person and company data on every Salesforce record. |
ขนาดไฟล์ | 17.08 KB |
จำนวนการติดตั้ง | 13,662 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-08-19 |
วันที่เผยแพร่ | 2019-08-19 |
คะแนน | 4.44/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | https://clearbit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://clearbit.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clearbit for Salesforce \u2013 Lite", "description": "Display in-depth person and company data on every Salesforce record.", "author": "Clearbit", "homepage_url": "https:\/\/salesforce-extension.clearbit.com", "short_name": "Clearbit for Salesforce", "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "cookies", "https:\/\/salesforce.com\/", "https:\/\/*.salesforce.com\/", "https:\/\/force.com\/", "https:\/\/*.force.com\/", "http:\/\/*.clearbit.com\/" ], "web_accessible_resources": [ "inline.js" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com https:\/\/*.segment.com https:\/\/*.licdn.com https:\/\/connect.facebook.net https:\/\/px.ads.linkedin.com; object-src 'self'; font-src 'self'", "manifest_version": 2 } |