CallSine

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

CallSine क्या है?

CallSine mcc.unionresolute द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CallSine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CallSine CallSine
ID adfdjhchgaagmbpiobdijaemefkdkndm
आधिकारिक URL https://chromewebstore.google.com/detail/callsine/adfdjhchgaagmbpiobdijaemefkdkndm
विवरण Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.
फ़ाइल का आकार 12.48 MB
स्थापना संख्या 50
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-02-08
प्रकाशन तिथि 2022-05-17
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर mcc.unionresolute
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.callsine.com/
गोपनीयता नीति पृष्ठ URL https://www.callsine.com/privacy-policy
समर्थित भाषाएँ 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"
    ]
}