Demandbase (ABX Cloud)

This is an all-in-one Chrome Extension for B2B Account Based Sales Teams.

Demandbase (ABX Cloud) là gì?

Demandbase (ABX Cloud) là một tiện ích mở rộng Chrome được phát triển bởi https://demandbase.com, và tính năng chính của nó là "This is an all-in-one Chrome Extension for B2B Account Based Sales Teams.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Demandbase (ABX Cloud)

Tải xuống các tệp mở rộng Demandbase (ABX Cloud) 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

                        Teams doing Account Based Sales now have intelligence, visibility, and the power to create and measure engagement at high-value accounts. It's highly convenient and can be accessed in Salesforce, LinkedIn, Gmail and everywhere else you are on the web.

The Demandbase Extension will:
-Allow Sales to explore accounts, people, and insights.
-Update fields in Salesforce in real-time 
-Add new people who email your sales team directly to your CRM
-See all communication history between an account and your company
-Orchestrate ABM plays without leaving the page you're on

Executing your ABX strategy to drive new business and expand an existing relationship with high-value accounts has never been easier.

This Demandbase extension requires a paid subscription to our services. Users must be created by their organization's admin through our web application in order to be able to use this extension. Contact Demandbase: https://www.demandbase.com/contact/ for more information.

----------------

Learn more about Demandbase at Demandbase.com
Twitter.com/Demandbase
Linkedin.com/Company/Demandbase                    

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

Tên Demandbase (ABX Cloud) Demandbase (ABX Cloud)
ID hnfijcggbbnhciandggikibemjjjpoaf
URL Chính Thức https://chromewebstore.google.com/detail/demandbase-abx-cloud/hnfijcggbbnhciandggikibemjjjpoaf
Mô tả This is an all-in-one Chrome Extension for B2B Account Based Sales Teams.
Kích Thước Tệp 9.63 MB
Số Lần Cài Đặt 4,680
Phiên Bản Hiện Tại 6.23.0.1
Cập Nhật Lần Cuối 2023-10-26
Ngày Phát Hành 2020-06-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://demandbase.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.demandbase.com/
URL Trang Trợ Giúp https://support.demandbase.com/hc/en-us/articles/360051444532-Scout-Chrome-Extension-Overview
URL Trang Chính Sách Bảo Mật https://www.demandbase.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Demandbase (ABX Cloud)",
    "description": "This is an all-in-one Chrome Extension for B2B Account Based Sales Teams.",
    "version": "6.23.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "Demandbase (ABX Cloud)",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlErD6eCWGPp0KFfeoO2XRDt5lXEUsZ8EEt9UwAzMvynEty+vCGEOf0I2a8jw04iS0PybEeHe\/S7AaCK7zDuMiVT8oLajh3H6ukzJA2jaHf9cmVyBl+DQBaWSmuJDqTD0xbkwf\/ELR7TxgJ4wLEHyDdZb2snGcnRYzsD6jgnYtFtt6Er\/n6GAJ08idDoHPNNbbgf0qpyiMMOerDjFRhABBcO0aZd9+W+IeECD2WF5BPxTI1oWJpK99UO5UwFeIK1rE7XCwQWwWNtS90eqW9BZWXnB4vOggwuSi9df7XyG0MbarsqqUceZ+bojZWLJU6B5vtI8TaTwrd6dLf5dOk5ijQIDAQAB",
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*",
            "https:\/\/*.demandbase.com\/*",
            "https:\/\/*.engagio.com\/*",
            "http:\/\/localdev.engagio.com\/*"
        ]
    },
    "permissions": [
        "",
        "identity",
        "identity.email",
        "idle",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*.demandbase.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/vendor.js",
                "js\/content.js",
                "js\/dom_utils.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/web.gdpr-dev.demandbase.com\/*",
                "https:\/\/web.stg.demandbase.com\/*",
                "https:\/\/web.demandbase.com\/*",
                "https:\/\/engagio-ui.engagio.com\/*",
                "https:\/\/staging.engagio.com\/o\/*",
                "https:\/\/app.engagio.com\/o\/*",
                "https:\/\/demandbase.gitlab.io\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "..\/node_modules\/jquery\/dist\/jquery.min.js",
        "images\/*",
        "js\/content.js",
        "js\/jquery.js",
        "js\/main.js",
        "js\/options.js",
        "js\/popup.js",
        "js\/vendor.js",
        "styles\/content.css",
        "styles\/options.css",
        "styles\/popup.css",
        "engagio_frame.html",
        "demandbase_frame.html"
    ]
}