Dashed AI

Integrate & Track Your Outbound Prospecting

Cos'è Dashed AI?

Dashed AI è un'estensione di Chrome sviluppata da https://dashedai.com, e la sua funzione principale è "Integrate & Track Your Outbound Prospecting".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dashed AI

Scarica i file di estensione Dashed AI 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 your LinkedIn and Email inboxes to your CRM based on intent. 

Track 20+ intent based KPIs on your LinkedIn and Email prospecting

 Save hours a month and gain invaluable insights on your B2B sales.                    

Informazioni di Base sull'Estensione

Nome Dashed AI Dashed AI
ID nkedbgifgajhhicbmabjgkkjifecajla
URL Ufficiale https://chromewebstore.google.com/detail/dashed-ai/nkedbgifgajhhicbmabjgkkjifecajla
Descrizione Integrate & Track Your Outbound Prospecting
Dimensione del File 1.33 MB
Conteggio Installazioni 119
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2022-04-01
Data di Pubblicazione 2021-12-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://dashedai.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.dashedai.com
URL della Pagina di Aiuto https://dashedai.tawk.help
URL della Pagina della Politica sulla Privacy https://www.dashedai.com/privacypolicy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dashed AI",
    "version": "0.0.0.3",
    "description": "Integrate & Track Your Outbound Prospecting",
    "icons": {
        "16": "statics\/dashed-icon-16.png",
        "48": "statics\/dashed-icon-48.png",
        "128": "statics\/dashed-icon-128.png"
    },
    "permissions": [
        "alarms",
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "https:\/\/linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/outlook.office365.com\/*"
    ],
    "background": {
        "scripts": [
            "config.js",
            "helpers\/utils.js",
            "services\/dashedApiService.js",
            "services\/linkedinService.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "css\/all.css",
        "webfonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "helpers\/utils.js",
                "content_scripts\/contentScriptGmail.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "helpers\/utils.js",
                "content_scripts\/contentScriptOutlook.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": []
}