Dashed AI

Integrate & Track Your Outbound Prospecting

什么是Dashed AI?

Dashed AI是由https://dashedai.com开发的Chrome扩展程序,该扩展的主要功能是“Integrate & Track Your Outbound Prospecting”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dashed AI扩展crx文件

下载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": []
}