Crossbeam Sales Edge | Accelerate deals

Sales Edge is the easiest way to accelerate deals with partner introductions.

Crossbeam Sales Edge | Accelerate deals là gì?

Crossbeam Sales Edge | Accelerate deals là một tiện ích mở rộng Chrome được phát triển bởi Crossbeam, và tính năng chính của nó là "Sales Edge is the easiest way to accelerate deals with partner introductions.".

Ả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 Crossbeam Sales Edge | Accelerate deals

Tải xuống các tệp mở rộng Crossbeam Sales Edge | Accelerate deals 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

                        Crossbeam Sales Edge is the easiest way to find prospect overlap with your partners.
How does it work?

Just install the Sales Edge Chrome Extension and you’ll automatically see which partners are working with any prospects that you search for in Salesforce, Hubspot, or LinkedIn. 

If there’s any overlap, we’ll instantly tell you and then you can request an introduction, recommendation, or helpful information in just one-click. 


Who is the Sales Edge Extension for?

The extension is used by salespeople (SDRs, AEs, CSMs, etc) and partner managers.                    

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

Tên Crossbeam Sales Edge | Accelerate deals Crossbeam Sales Edge | Accelerate deals
ID lkknjlkjicihkocknknaaoannijcieph
URL Chính Thức https://chromewebstore.google.com/detail/crossbeam-sales-edge-acce/lkknjlkjicihkocknknaaoannijcieph
Mô tả Sales Edge is the easiest way to accelerate deals with partner introductions.
Kích Thước Tệp 902 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 2023.12.20
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2022-11-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Crossbeam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crossbeam.com
URL Trang Trợ Giúp https://help.crossbeam.com/en/
URL Trang Chính Sách Bảo Mật https://www.crossbeam.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjXXXanb0WznyjqzujyiDRws\/Ks+CXygh3QtGXmr4AHqJy+jcqCFhQY65N+gn8oxINFV7Ei73AUvnO4vnp5aH8xz\/UfbKT3lyhSY\/gnp8JEZktZGRy+fX4m41rOBf\/C+2V1IzkoIQXKhXsMvH73mDwo5ljkM+LIs2QvKL0RBiBJMK9QXEidgtowxJufLspsUHTg19Y1wUSIXaL3HVghOsbcncIg2xF21njYjQtfHPWQ93oGWieVdFTsPUA0uGrkJnih8LVZBG\/aB74JrjZhFYewZphasqqI2tr2UvFVaVznBLSVHERkA4iU5pzHkcoAjm\/ycPOkrcf8XW9eIvRqAApQIDAQAB",
    "manifest_version": 3,
    "name": "Crossbeam Sales Edge | Accelerate deals",
    "version": "2023.12.20",
    "description": "Sales Edge is the easiest way to accelerate deals with partner introductions.",
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/sales-backend-api.crossbeam.com\/*",
        "https:\/\/sales-backend-api.cb.c7m.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cb.c7m.io\/*",
            "https:\/\/*.crossbeam.com\/*",
            "https:\/\/*.linkedin.com\/*",
            "https:\/\/*.lightning.force.com\/*",
            "https:\/\/*.salesforce.com\/*",
            "https:\/\/*.hubspot.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "src\/injectContent\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": [],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/index.html",
                "src\/content\/index.js",
                "assets\/**\/*",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}