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
公式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
Eメール [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"
    }
}