Dashed AI
Integrate & Track Your Outbound Prospecting
Что такое Dashed AI?
Dashed AI - это расширение Chrome, разработанное https://dashedai.com, и его основная функция - "Integrate & Track Your Outbound Prospecting".
Снимки экрана расширения
Скачать файл 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 |
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": [] } |