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
Eメール [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"
    ]
}