CallSine

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

Qu'est-ce que CallSine ?

CallSine est une extension Chrome développée par mcc.unionresolute, et sa fonction principale est "Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CallSine

Téléchargez les fichiers d'extension CallSine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CallSine CallSine
ID adfdjhchgaagmbpiobdijaemefkdkndm
URL Officiel https://chromewebstore.google.com/detail/callsine/adfdjhchgaagmbpiobdijaemefkdkndm
Description Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.
Taille du Fichier 12.48 MB
Nombre d'Installations 50
Version Actuelle 1.0.9
Dernière Mise à Jour 2023-02-08
Date de Publication 2022-05-17
Évaluation 5.00/5 Total 6 Évaluations
Développeur mcc.unionresolute
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.callsine.com/
URL de la Page de Politique de Confidentialité https://www.callsine.com/privacy-policy
Langues Prises en Charge 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"
    ]
}