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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yellow.ai และคุณลักษณะหลักของมันคือ "A launcher to test yellow.ai web widgets on any website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย yellow.ai Web Widget Launcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}