yellow.ai Web Widget Launcher

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

Apa itu yellow.ai Web Widget Launcher?

yellow.ai Web Widget Launcher adalah ekstensi Chrome yang dikembangkan oleh yellow.ai, dan fitur utamanya adalah "A launcher to test yellow.ai web widgets on any website".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi yellow.ai Web Widget Launcher

Unduh file ekstensi yellow.ai Web Widget Launcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama yellow.ai Web Widget Launcher yellow.ai Web Widget Launcher
ID hlajdopahpkoakfedombhdpomlpmafbb
URL Resmi https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb
Deskripsi A launcher to test yellow.ai web widgets on any website
Ukuran File 35.38 KB
Jumlah Instalasi 420
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-08-07
Tanggal Publikasi 2021-08-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang yellow.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://yellow.ai
URL Halaman Bantuan https://yellow.ai
Bahasa yang Didukung 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"
    }
}