Dashed AI

Integrate & Track Your Outbound Prospecting

Qu'est-ce que Dashed AI ?

Dashed AI est une extension Chrome développée par https://dashedai.com, et sa fonction principale est "Integrate & Track Your Outbound Prospecting".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dashed AI

Téléchargez les fichiers d'extension Dashed AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dashed AI Dashed AI
ID nkedbgifgajhhicbmabjgkkjifecajla
URL Officiel https://chromewebstore.google.com/detail/dashed-ai/nkedbgifgajhhicbmabjgkkjifecajla
Description Integrate & Track Your Outbound Prospecting
Taille du Fichier 1.33 MB
Nombre d'Installations 119
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2022-04-01
Date de Publication 2021-12-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://dashedai.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.dashedai.com
URL de la Page d'Aide https://dashedai.tawk.help
URL de la Page de Politique de Confidentialité https://www.dashedai.com/privacypolicy
Langues Prises en Charge 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": []
}