Connect

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

Co to jest Connect?

Connect to rozszerzenie Chrome opracowane przez https://www.datananas.com, a jego główną funkcją jest „Find new contacts and manage tasks and call steps in your sequences from anywhere”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Connect

Pobierz pliki rozszerzeń Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Connect Connect
ID claekkfnhepphhinadlbhkhpgkjknkep
Oficjalny URL https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep
Opis Find new contacts and manage tasks and call steps in your sequences from anywhere
Rozmiar pliku 6.2 MB
Liczba instalacji 1,568
Aktualna Wersja 0.6.17
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2022-05-04
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://www.datananas.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.datananas.com
Adres URL Strony Pomocy https://help.datananas.com
Adres URL Strony Polityki Prywatności https://www.datananas.com/conditions-dutilisation
Obsługiwane Języki 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\/*"
    ]
}