MadKudu Sales Intelligence

Book 2x More Meetings with MadKudu Sales Intelligence. Get the context you need to personalize outreach, directly within Salesforce.

MadKudu Sales Intelligence là gì?

MadKudu Sales Intelligence là một tiện ích mở rộng Chrome được phát triển bởi MadKudu, và tính năng chính của nó là "Book 2x More Meetings with MadKudu Sales Intelligence. Get the context you need to personalize outreach, directly within Salesforce.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MadKudu Sales Intelligence

Tải xuống các tệp mở rộng MadKudu Sales Intelligence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Access all relevant buying signals, all in one place

MadKudu Copilot translates the most relevant signals for your business into concrete actions for your sellers — helping reps 3x their sales qualified opportunities.

With the MadKudu Copilot extension you can: 

- Get notified when buyers are engaging with your company, along with the context you need to send relevant outreach.
- Find pipeline potential within your free accounts and reach out as soon as there’s a relevant activity.
- Develop relationships with your prospects by finding the best time to engage with them on social
- Get all the context you need on your top accounts, including activity (specific web pages visited, actions within your product, and content downloaded), champions, tech stack and hiring data.

Download the extension to identify the right signals and craft outbound messages that get replies. Spend less time researching, and more time selling.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MadKudu Sales Intelligence MadKudu Sales Intelligence
ID jikgjincjapiebekopikcefbkeaimegj
URL Chính Thức https://chromewebstore.google.com/detail/madkudu-sales-intelligenc/jikgjincjapiebekopikcefbkeaimegj
Mô tả Book 2x More Meetings with MadKudu Sales Intelligence. Get the context you need to personalize outreach, directly within Salesforce.
Kích Thước Tệp 5.76 MB
Số Lần Cài Đặt 826
Phiên Bản Hiện Tại 1.3.13
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-07-15
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển MadKudu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.madkudu.com/
URL Trang Trợ Giúp https://support.madkudu.com/hc/en-us/articles/17683574107917-The-MadKudu-Sales-Intelligence-Chrome-Extension
URL Trang Chính Sách Bảo Mật https://www.madkudu.com/privacy-center
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MadKudu Sales Intelligence",
    "description": "Book 2x More Meetings with MadKudu Sales Intelligence.\nGet the context you need to personalize outreach, directly within Salesforce.",
    "icons": {
        "16": "next-assets\/icon16.png",
        "48": "next-assets\/icon48.png",
        "128": "next-assets\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnyAHdyiV8JLA5881Z\/OLqiTfFe3mjjIXDtP1owIa5te9qwSFG+Aj3V5GXnGTWOIuPkP+XMC7TEvh5NgJMUt6JqvxvPOKGkDm0eROHjAe2ACuh++\/doSKR8hDt5N+r2+wApIRrim2\/g7TI+E08DooYkH6Yc6FM6uuGrjRCavu2stFq+BQsKSVI3KrwfifyDD8jGRySmI3UPp04lXs3Q9uW0Cb0jffiude3verL1K4wxvIWi8gLapHLlbdmOs8tB+3hzK4Q9H5fOKVqqk5C3OC9iJYU6Tt7A\/8GT895prugyeF22so9YxyYwW3mM8P9sdf7EvPLmIy8jwEzeER6JmWBwIDAQAB",
    "version": "1.3.13",
    "manifest_version": 3,
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "MadKudu Sales Intelligence",
        "default_icon": "next-assets\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.lightning.force.com\/*",
                "https:\/\/madkudu-chrome-extension.netlify.app\/*",
                "https:\/\/msi.madkudu.com\/*",
                "http:\/\/localhost:3020\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/madkudu-chrome-extension.netlify.app\/*",
            "https:\/\/emback.madkudu.com\/*",
            "https:\/\/msi.madkudu.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "430056864855-p9ctr4n7qr7qfi94oopuen208n8jdcp7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}