treble.ai
treble.ai HubSpot chrome extension
Что такое treble.ai?
treble.ai - это расширение Chrome, разработанное https://treble.ai, и его основная функция - "treble.ai HubSpot chrome extension".
Снимки экрана расширения
Скачать файл CRX расширения treble.ai
Скачайте файлы расширений treble.ai в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Connect the popular CRM HubSpot with WhatsApp via treble.ai, a platform that enables to create chat flows and send them to users via WhatsApp to navigate through an automatic chat.
Основная информация о расширении
Название | treble.ai |
ID | hjggjhhdbccajeilijpgagkjemlokfji |
Официальный URL | https://chromewebstore.google.com/detail/trebleai/hjggjhhdbccajeilijpgagkjemlokfji |
Описание | treble.ai HubSpot chrome extension |
Размер файла | 1.88 MB |
Количество установок | 4,080 |
Текущая Версия | 2.0.66 |
Последнее Обновление | 2023-12-18 |
Дата публикации | 2020-08-10 |
Рейтинг | 4.57/5 Всего 7 оценок |
Разработчик | https://treble.ai |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://treble.ai |
URL страницы политики конфиденциальности | https://www.treble.ai/wp-content/uploads/2021/08/GDPR_Policy.7afe9716.pdf |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "treble.ai", "description": "treble.ai HubSpot chrome extension", "version": "2.0.66", "content_scripts": [ { "matches": [ "http:\/\/app.hubspot.com\/*", "https:\/\/app.hubspot.com\/*", "https:\/\/app-eu1.hubspot.com\/*", "http:\/\/app-eu1.hubspot.com\/*", "https:\/\/app-eu2.hubspot.com\/*", "http:\/\/app-eu2.hubspot.com\/*" ], "run_at": "document_end", "js": [ "main.js" ], "css": [ "hubspot.css" ] } ], "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "assets\/images\/Black_16.png", "32": "assets\/images\/Black_32.png" }, "default_popup": "popup.html", "default_title": "treble.ai settings" }, "permissions": [ "activeTab", "storage" ], "manifest_version": 2, "web_accessible_resources": [ "hubspot.js", "hubspot.css", "assets\/*", "pages\/*", "jquery.js", "treble.js", "env.js", "utils.js", "languages.js", "static\/*" ], "icons": { "16": "assets\/images\/Black_16.png", "32": "assets\/images\/Black_32.png", "48": "assets\/images\/Black_48.png", "128": "assets\/images\/Black_128.png" } } |