Enlyft - Free and reliable data for B2B Sales
Enlyft – Quickly qualify any company based on what technologies they use
Enlyft - Free and reliable data for B2B Salesคืออะไร?
Enlyft - Free and reliable data for B2B Sales เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://enlyft.com และคุณลักษณะหลักของมันคือ "Enlyft – Quickly qualify any company based on what technologies they use"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enlyft - Free and reliable data for B2B Sales
ดาวน์โหลดไฟล์ส่วนขยาย Enlyft - Free and reliable data for B2B Sales ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enlyft – Quickly qualify any company based on what technologies they use. Humans don’t scale, but you can, with Enlyft. Tens of thousands of technologies, used by more than 15 million companies worldwide. There’s only one way to turn billions of data points into a manageable list of your best prospects: Enlyft sales intelligence. FREE FEATURES INCLUDE: • Instant access to the richest and most reliable technology usage data in the market. • Up-to-date information for 23+MM companies and their software and hardware technology stacks. • Complete company details like location, industry, size, funding, and more. • Easily find buyer personas through our LinkedIn integration or access insights directly in your CRM. • Get started in a minute. Totally FREE - no credit card or commitment needed. • And more! WHAT OUR CUSTOMERS ARE SAYING: • Super useful prospecting tool for all SDRs - highly recommend it! • Big time saver being able to find the precise technology stack used by various companies. See more reviews on G2 WHO IS IT FOR? • Sales professionals who work for B2B technology companies • Entrepreneurs and business owners who personally lead sales and business development initiatives WHY ENLYFT: • Easily profile and filter more than 23+ million companies, using thousands of customizable attributes • Qualify more prospects - eliminate the guesswork by relying on deep, continuously updated insights into each company and the technologies they use • Increase your win rates - match prospects to your ideal customer profile using more than 15,000 business and technology attributes • Reduce the time spent on mundane work - eliminate those labor-intensive manual efforts to compile prospect data or rerun LinkedIn queries, saving you hours every day • Eliminate hassle - no more logging into multiple tools or jumping between screens to assess companies in your addressable market • Optimize phone time - avoid wasting previous minutes talking to the wrong buyer persona ABOUT ENLYFT: Enlyft helps B2B technology companies discover, target and engage the companies most likely to buy their products. Our sales intelligence is powered by state-of-the-art technologies, including machine learning, artificial intelligence, and natural language processing. Website: http://www.enlyft.com Privacy Policy: https://enlyft.com/privacy-policy Questions? Drop us an email at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | njbkgonbenieolbgodellohlfieoedig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enlyft-free-and-reliable/njbkgonbenieolbgodellohlfieoedig |
คำอธิบาย | Enlyft – Quickly qualify any company based on what technologies they use |
ขนาดไฟล์ | 3.49 MB |
จำนวนการติดตั้ง | 889 |
เวอร์ชันปัจจุบัน | 1.8.27 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2020-05-21 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://enlyft.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://enlyft.com |
URL หน้าช่วยเหลือ | https://enlyft.com |
URL หน้านโยบายความเป็นส่วนตัว | https://enlyft.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enlyft - Free and reliable data for B2B Sales", "short_name": "ui2", "theme_color": "#4DBA87", "icons": { "16": "icon-logo-16.png", "48": "icon-logo.png", "128": "icon-logo-128.png" }, "start_url": ".", "display": "standalone", "background_color": "#000000", "manifest_version": 3, "description": "Enlyft \u2013 Quickly qualify any company based on what technologies they use", "version": "1.8.27", "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.dynamics.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.hubspot.com\/*", "*:\/\/*.pipedrive.com\/*", "*:\/\/*.mail.google.com\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.myfreshworks.com\/*", "*:\/\/*.freshworks.com\/*", "*:\/\/*.sugarcrm.com\/*", "*:\/\/*.outreach.io\/*" ], "all_frames": true, "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "js\/background.js" }, "externally_connectable": { "matches": [ "*:\/\/app.enlyft.com\/*" ] }, "action": { "default_popup": "popup.html" }, "permissions": [ "cookies", "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.idatalabs.com\/*", "*:\/\/*.enlyft.com\/*", "*:\/\/*.dynamics.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.hubspot.com\/*", "*:\/\/*.pipedrive.com\/*", "*:\/\/*.mail.google.com\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.myfreshworks.com\/*", "*:\/\/*.freshworks.com\/*", "*:\/\/*.sugarcrm.com\/*", "*:\/\/*.outreach.io\/*", "*:\/\/localhost\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'" } } |