Dashed AI

Integrate & Track Your Outbound Prospecting

Τι είναι το Dashed AI;

Το Dashed AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dashedai.com, και η κύρια λειτουργία του είναι "Integrate & Track Your Outbound Prospecting".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dashed AI

Λήψη αρχείων επέκτασης Dashed AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dashed AI Dashed AI
ID nkedbgifgajhhicbmabjgkkjifecajla
Επίσημο URL https://chromewebstore.google.com/detail/dashed-ai/nkedbgifgajhhicbmabjgkkjifecajla
Περιγραφή Integrate & Track Your Outbound Prospecting
Μέγεθος Αρχείου 1.33 MB
Αριθμός Εγκαταστάσεων 119
Τρέχουσα Έκδοση 0.0.0.3
Τελευταία Ενημέρωση 2022-04-01
Ημερομηνία Δημοσίευσης 2021-12-04
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://dashedai.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.dashedai.com
Διεύθυνση URL της Σελίδας Βοήθειας https://dashedai.tawk.help
URL της Σελίδας Πολιτικής Απορρήτου https://www.dashedai.com/privacypolicy
Υποστηριζόμενες Γλώσσες 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": []
}