treble.ai
treble.ai HubSpot chrome extension
Apa itu treble.ai?
treble.ai adalah ekstensi Chrome yang dikembangkan oleh https://treble.ai, dan fitur utamanya adalah "treble.ai HubSpot chrome extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi treble.ai
Unduh file ekstensi treble.ai dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | treble.ai |
ID | hjggjhhdbccajeilijpgagkjemlokfji |
URL Resmi | https://chromewebstore.google.com/detail/trebleai/hjggjhhdbccajeilijpgagkjemlokfji |
Deskripsi | treble.ai HubSpot chrome extension |
Ukuran File | 1.88 MB |
Jumlah Instalasi | 4,080 |
Versi Saat Ini | 2.0.66 |
Terakhir Diperbarui | 2023-12-18 |
Tanggal Publikasi | 2020-08-10 |
Penilaian | 4.57/5 Total 7 Penilaian |
Pengembang | https://treble.ai |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://treble.ai |
URL Halaman Kebijakan Privasi | https://www.treble.ai/wp-content/uploads/2021/08/GDPR_Policy.7afe9716.pdf |
Bahasa yang Didukung | 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" } } |