Dashed AI
Integrate & Track Your Outbound Prospecting
Wat is Dashed AI?
Dashed AI is een Chrome-extensie ontwikkeld door https://dashedai.com, en de belangrijkste functie is "Integrate & Track Your Outbound Prospecting".
Extensie Screenshots
Download het CRX-bestand van de extensie Dashed AI
Download Dashed AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | nkedbgifgajhhicbmabjgkkjifecajla | 
| Officiële URL | https://chromewebstore.google.com/detail/dashed-ai/nkedbgifgajhhicbmabjgkkjifecajla | 
| Beschrijving | Integrate & Track Your Outbound Prospecting | 
| Bestandsgrootte | 1.33 MB | 
| Aantal Installaties | 119 | 
| Huidige Versie | 0.0.0.3 | 
| Laatst Bijgewerkt | 2022-04-01 | 
| Publicatiedatum | 2021-12-04 | 
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | https://dashedai.com | 
| [email protected] | |
| Betalingswijze | in_app | 
| Extensiewebsite | https://www.dashedai.com | 
| Help Pagina-URL | https://dashedai.tawk.help | 
| URL van de Privacybeleid Pagina | https://www.dashedai.com/privacypolicy | 
| Ondersteunde Talen | 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": []
}  |  |