CallSine

Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.

Co to jest CallSine?

CallSine to rozszerzenie Chrome opracowane przez mcc.unionresolute, a jego główną funkcją jest „Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CallSine

Pobierz pliki rozszerzeń CallSine 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

                        Welcome to CallSine. CallSine allows sales reps to simply and accurately find their ideal customer’s contact info in a click.

Get access to your prospects’ phone number and email via our Google Chrome extension, instantly. Convert leads with real data and save time.

Our mission is to make sales intelligence accessible to everyone.                    

Podstawowe informacje o rozszerzeniu

Nazwa CallSine CallSine
ID adfdjhchgaagmbpiobdijaemefkdkndm
Oficjalny URL https://chromewebstore.google.com/detail/callsine/adfdjhchgaagmbpiobdijaemefkdkndm
Opis Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.
Rozmiar pliku 12.48 MB
Liczba instalacji 50
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2023-02-08
Data Publikacji 2022-05-17
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper mcc.unionresolute
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.callsine.com/
Adres URL Strony Polityki Prywatności https://www.callsine.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get access to your prospects\u2019 phone number and email, instantly. Convert leads with real data and save time.",
    "version": "1.0.9",
    "manifest_version": 3,
    "name": "CallSine",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/api.callsine.com\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:8000\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "popup.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "options.html"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}