Dashed AI
Integrate & Track Your Outbound Prospecting
Dashed AI là gì?
Dashed AI là một tiện ích mở rộng Chrome được phát triển bởi https://dashedai.com, và tính năng chính của nó là "Integrate & Track Your Outbound Prospecting".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dashed AI
Tải xuống các tệp mở rộng Dashed AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dashed AI |
ID | nkedbgifgajhhicbmabjgkkjifecajla |
URL Chính Thức | https://chromewebstore.google.com/detail/dashed-ai/nkedbgifgajhhicbmabjgkkjifecajla |
Mô tả | Integrate & Track Your Outbound Prospecting |
Kích Thước Tệp | 1.33 MB |
Số Lần Cài Đặt | 119 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2022-04-01 |
Ngày Phát Hành | 2021-12-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://dashedai.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.dashedai.com |
URL Trang Trợ Giúp | https://dashedai.tawk.help |
URL Trang Chính Sách Bảo Mật | https://www.dashedai.com/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |