yellow.ai Web Widget Launcher

A launcher to test yellow.ai web widgets on any website

什麼是yellow.ai Web Widget Launcher?

yellow.ai Web Widget Launcher是由yellow.ai開發的Chrome擴展程式,該擴展的主要功能是“A launcher to test yellow.ai web widgets on any website”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載yellow.ai Web Widget Launcher擴展crx文件

下載yellow.ai Web Widget Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will help users of yellow.ai to test their chatbot and web widgets on their website. The widget inserted will be for their browser only. This way, they will be able to try out the widgets before deploying changes to their website.                    

擴展基本資訊

名稱 yellow.ai Web Widget Launcher yellow.ai Web Widget Launcher
ID hlajdopahpkoakfedombhdpomlpmafbb
官方網址 https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb
簡介 A launcher to test yellow.ai web widgets on any website
檔案大小 35.38 KB
安裝次數 420
目前版本 0.0.1
更新時間 2021-08-07
上架時間 2021-08-07
評分 5.00/5 共 2 次評分
開發者 yellow.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://yellow.ai
說明頁面URL https://yellow.ai
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "yellow.ai Web Widget Launcher",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A launcher to test yellow.ai web widgets on any website",
    "homepage_url": "https:\/\/www.yellow.ai",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "yellow.ai Web Widget Launcher",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}