yellow.ai Web Widget Launcher

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

yellow.ai Web Widget Launcher là gì?

yellow.ai Web Widget Launcher là một tiện ích mở rộng Chrome được phát triển bởi yellow.ai, và tính năng chính của nó là "A launcher to test yellow.ai web widgets on any website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng yellow.ai Web Widget Launcher

Tải xuống các tệp mở rộng yellow.ai Web Widget Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên yellow.ai Web Widget Launcher yellow.ai Web Widget Launcher
ID hlajdopahpkoakfedombhdpomlpmafbb
URL Chính Thức https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb
Mô tả A launcher to test yellow.ai web widgets on any website
Kích Thước Tệp 35.38 KB
Số Lần Cài Đặt 420
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-08-07
Ngày Phát Hành 2021-08-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển yellow.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yellow.ai
URL Trang Trợ Giúp https://yellow.ai
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}