CallSine

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

什么是CallSine?

CallSine是由mcc.unionresolute开发的Chrome扩展程序,该扩展的主要功能是“Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CallSine扩展crx文件

下载CallSine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}