treble.ai

treble.ai HubSpot chrome extension

什麼是treble.ai?

treble.ai是由https://treble.ai開發的Chrome擴展程式,該擴展的主要功能是“treble.ai HubSpot chrome extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載treble.ai擴展crx文件

下載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 treble.ai
ID hjggjhhdbccajeilijpgagkjemlokfji
官方網址 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"
    }
}