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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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