Leadgenius Extension

Your Go-To-Market Workflow Automation Assistant

ما هو Leadgenius Extension؟

Leadgenius Extension هو إضافة Chrome تم تطويرها بواسطة https://leadgenius.com، والميزة الرئيسية لها هي "Your Go-To-Market Workflow Automation Assistant".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Leadgenius Extension

قم بتنزيل ملفات الامتداد Leadgenius Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Your Go-To-Market Workflow Automation Assistant

Use the LeadGenius extension to Find
• Direct dials & emails
• New contacts inside existing accounts
• Contact & Account insights data via the Leadgenius platform

Spend more time on meaningful conversations and meet your goals faster by automating the time-consuming and repetitive Sales, Marketing, and Customer Success tasks that stifle productivity.

Who It’s For
• Go-to-Market reps looking to improve pipeline creation by eliminating manual work and refocus on what’s important — selling
• Marketers looking to fill pipeline gaps by arming their teams with realtime account qualification and contact sourcing capabilities
• Customer success teams looking to build custom automation script capable of identifying events and triggers that signal churns or new selling opportunities

How the LeadGenius extension works
LeadGenius uses a real-time browser based automation engine to do your day-to-day tasks so you don’t have to. Everything that LeadGenius extension does happens the moment you click the button in your browser.
The extension can also be used to send data to the Leadgenius where records can be enriched and reviewed then sent to your CRM of choice.

Features
• Source new contacts from data vendors you trust
• Enrich contacts and accounts with real time data and insights
• Work, track and get updates on your accounts and contacts within the Leadgenius platform.

About LeadGenius
Over 80% of B2B data remains undiscovered or underutilized. LeadGenius is an Intelligent Data Service vendor that can uncover hard to find B2B data and personalize it to a specific business. LeadGenius sources vertical or international data at scale using a proprietary blend of technology automation and human experts.                    

معلومات أساسية عن التمديد

الاسم Leadgenius Extension Leadgenius Extension
ID cpmkbhhgnoehojjojlkndjoepmnipkin
عنوان URL الرسمي https://chromewebstore.google.com/detail/leadgenius-extension/cpmkbhhgnoehojjojlkndjoepmnipkin
الوصف Your Go-To-Market Workflow Automation Assistant
حجم الملف 3.5 MB
عدد التثبيتات 1,525
النسخة الحالية 2.5.11
آخر تحديث 2023-12-12
تاريخ النشر 2020-07-31
تقييم 4.79/5 مجموع تقييمات 19
المطور https://leadgenius.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.leadgenius.com/extension
عنوان صفحة المساعدة https://www.support.leadgenius.com
عنوان صفحة سياسة الخصوصية https://www.leadgenius.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leadgenius Extension",
    "version": "2.5.11",
    "description": "Your Go-To-Market Workflow Automation Assistant",
    "author": "LeadGenius",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/_q6qu5ohgv.png",
        "128": "icons\/_pk6vsa5aq.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "cookies"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.leadgenius.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.outreach.io\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.mail.google.com\/*",
                "https:\/\/*.docs.google.com\/*",
                "https:\/\/*.cloud.myleadgenius.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/_7r4sjvcqc.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "optional_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*",
                "sound\/*",
                "pages\/*",
                "css\/*"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.outreach.io\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.mail.google.com\/*",
                "https:\/\/*.docs.google.com\/*",
                "https:\/\/*.cloud.myleadgenius.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsJTwAyGm0vto1Qo\/QSTaa2ov3He55i\/OgzQ0bjeaAfzSWLrF\/K\/WBTcOgZkAxjA4GZXValH+NDQYe7yCv6oSB3GdE4TadJpnF5kK59H1zvgiPekTU1dAUg4y0d71htdM11KScwplhc8QXOb2rrSN6Mmidps5Bmkw5IsCrKODdAM6NMWd1PawSFEEbcYspi1xZg0EyAgYe+ZJLpxiO+zaPzBx9gcbnye48FC2A7Lo16IKUdH3NQc2dVytCmIdIJJlHwTM4bAKaBMFYQwtkimlRsOvPyZlajPdHLOGKdfeO7A4p1dZUEcXpuRB1\/6vBwYy6ii+VYs96LD5yoY6KL+zQQIDAQAB"
}