Connect

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

Connect란 무엇입니까?

Connect은(는) https://www.datananas.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find new contacts and manage tasks and call steps in your sequences from anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Connect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}