CallSine

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

CallSineคืออะไร?

CallSine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย CallSine

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}