Connect

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

Connect là gì?

Connect là một tiện ích mở rộng Chrome được phát triển bởi https://www.datananas.com, và tính năng chính của nó là "Find new contacts and manage tasks and call steps in your sequences from anywhere".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Connect

Tải xuống các tệp mở rộng Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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, ...)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Connect Connect
ID claekkfnhepphhinadlbhkhpgkjknkep
URL Chính Thức https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep
Mô tả Find new contacts and manage tasks and call steps in your sequences from anywhere
Kích Thước Tệp 6.2 MB
Số Lần Cài Đặt 1,568
Phiên Bản Hiện Tại 0.6.17
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2022-05-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.datananas.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.datananas.com
URL Trang Trợ Giúp https://help.datananas.com
URL Trang Chính Sách Bảo Mật https://www.datananas.com/conditions-dutilisation
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}