Crossbeam Sales Edge | Accelerate deals

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

Crossbeam Sales Edge | Accelerate deals란 무엇입니까?

Crossbeam Sales Edge | Accelerate deals은(는) Crossbeam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sales Edge is the easiest way to accelerate deals with partner introductions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Crossbeam Sales Edge | Accelerate deals 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Crossbeam Sales Edge | Accelerate deals Crossbeam Sales Edge | Accelerate deals
ID lkknjlkjicihkocknknaaoannijcieph
공식 URL https://chromewebstore.google.com/detail/crossbeam-sales-edge-acce/lkknjlkjicihkocknknaaoannijcieph
설명 Sales Edge is the easiest way to accelerate deals with partner introductions.
파일 크기 902 KB
설치 횟수 193
현재 버전 2023.12.20
최근 업데이트 2023-12-20
출시 날짜 2022-11-03
평점 5.00/5 총 4 개의 평점
개발자 Crossbeam
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://crossbeam.com
도움말 페이지 URL https://help.crossbeam.com/en/
개인정보 보호 정책 페이지 URL https://www.crossbeam.com/legal/privacy-policy
지원되는 언어 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}