Connect

Find new contacts and manage tasks and call steps in your sequences from anywhere

Connectคืออะไร?

Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.datananas.com และคุณลักษณะหลักของมันคือ "Find new contacts and manage tasks and call steps in your sequences from anywhere"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Connect

ดาวน์โหลดไฟล์ส่วนขยาย Connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Connect allows you to manage your Outbound Sales campaigns and:
- Add new contacts en engage them in sequences
- Manage your tasks, and do them efficiently
- Call your contacts with VOIP
- See a timeline of your contacts' activities (opens, clicks, ...)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Connect Connect
ID claekkfnhepphhinadlbhkhpgkjknkep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep
คำอธิบาย Find new contacts and manage tasks and call steps in your sequences from anywhere
ขนาดไฟล์ 6.2 MB
จำนวนการติดตั้ง 1,568
เวอร์ชันปัจจุบัน 0.6.17
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2022-05-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.datananas.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.datananas.com
URL หน้าช่วยเหลือ https://help.datananas.com
URL หน้านโยบายความเป็นส่วนตัว https://www.datananas.com/conditions-dutilisation
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Connect",
    "description": "Find new contacts and manage tasks and call steps in your sequences from anywhere",
    "version": "0.6.17",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "background",
        "tts",
        "cookies",
        "storage",
        "app",
        "tabs",
        "system.display"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.force.com\/*"
            ],
            "js": [
                "content\/contact.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content\/linkedin_sn.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_security_policy": {
        "extension_pages": "child-src 'self' blob:; worker-src 'self'; script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_title": "Connect",
        "default_icon": "icons\/icon_128.png"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.datananas.com\/*",
        "*:\/\/*.sarbacane.com\/*",
        "*:\/\/*.salesforce.com\/*"
    ]
}