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
官方URL 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"
    }
}