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