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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |