Crossbeam Account Mapping

Find and action partner overlaps with Crossbeam for Chrome

Crossbeam Account Mapping란 무엇입니까?

Crossbeam Account Mapping은(는) Crossbeam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find and action partner overlaps with Crossbeam for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Crossbeam Account Mapping 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Crossbeam is the world's first and most powerful partner ecosystem platform. We act as a data escrow service that finds overlapping customers and prospects with your partners while keeping the rest of your data private and secure.

Use Crossbeam Account Mapping to:
- Get notified if the site you are browsing has an overlap in your Crossbeam account.
- See any matching partners and populations you share without navigating to Crossbeam.
- Start a Crossbeam Thread with your partner with a single click.

Thousands of companies use Crossbeam for instant account mapping, driving ecosystem qualified leads, and vetting new partnerships. Join the Crossbeam Network for free at crossbeam.com.                    

확장 프로그램 기본 정보

이름 Crossbeam Account Mapping Crossbeam Account Mapping
ID helpjbehgodflkpbifaolbjmkjffmeop
공식 URL https://chromewebstore.google.com/detail/crossbeam-account-mapping/helpjbehgodflkpbifaolbjmkjffmeop
설명 Find and action partner overlaps with Crossbeam for Chrome
파일 크기 4.69 MB
설치 횟수 1,031
현재 버전 2.2.0
최근 업데이트 2021-10-06
출시 날짜 2021-03-14
평점 5.00/5 총 2 개의 평점
개발자 Crossbeam
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.crossbeam.com
개인정보 보호 정책 페이지 URL https://www.crossbeam.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crossbeam Account Mapping",
    "short_name": "Crossbeam Account Mapping",
    "version": "2.2.0",
    "description": "Find and action partner overlaps with Crossbeam for Chrome",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "unlimitedStorage",
        "https:\/\/app.crossbeam.com\/"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html?popup=true",
        "default_title": "Crossbeam"
    },
    "options_page": "popup\/options\/options.html",
    "icons": {
        "128": ".\/assets\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.woff",
        "assets\/*.woff2"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}