Dashed AI
Integrate & Track Your Outbound Prospecting
Dashed AIとは何ですか?
Dashed AIはhttps://dashedai.comによって開発されたChromeの拡張機能で、その主な機能は「Integrate & Track Your Outbound Prospecting」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |