Crossbeam Account Mapping

Find and action partner overlaps with Crossbeam for Chrome

Co to jest Crossbeam Account Mapping?

Crossbeam Account Mapping to rozszerzenie Chrome opracowane przez Crossbeam, a jego główną funkcją jest „Find and action partner overlaps with Crossbeam for Chrome”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Crossbeam Account Mapping

Pobierz pliki rozszerzeń Crossbeam Account Mapping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Crossbeam Account Mapping Crossbeam Account Mapping
ID helpjbehgodflkpbifaolbjmkjffmeop
Oficjalny URL https://chromewebstore.google.com/detail/crossbeam-account-mapping/helpjbehgodflkpbifaolbjmkjffmeop
Opis Find and action partner overlaps with Crossbeam for Chrome
Rozmiar pliku 4.69 MB
Liczba instalacji 1,031
Aktualna Wersja 2.2.0
Ostatnia Aktualizacja 2021-10-06
Data Publikacji 2021-03-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Crossbeam
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.crossbeam.com
Adres URL Strony Polityki Prywatności https://www.crossbeam.com/legal/privacy-policy
Obsługiwane Języki 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'"
}