Connect

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

Cos'è Connect?

Connect è un'estensione di Chrome sviluppata da https://www.datananas.com, e la sua funzione principale è "Find new contacts and manage tasks and call steps in your sequences from anywhere".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Connect

Scarica i file di estensione Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Connect Connect
ID claekkfnhepphhinadlbhkhpgkjknkep
URL Ufficiale https://chromewebstore.google.com/detail/connect/claekkfnhepphhinadlbhkhpgkjknkep
Descrizione Find new contacts and manage tasks and call steps in your sequences from anywhere
Dimensione del File 6.2 MB
Conteggio Installazioni 1,568
Versione Corrente 0.6.17
Ultimo Aggiornamento 2024-02-14
Data di Pubblicazione 2022-05-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.datananas.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.datananas.com
URL della Pagina di Aiuto https://help.datananas.com
URL della Pagina della Politica sulla Privacy https://www.datananas.com/conditions-dutilisation
Lingue Supportate 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\/*"
    ]
}