yellow.ai Web Widget Launcher

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

Qu'est-ce que yellow.ai Web Widget Launcher ?

yellow.ai Web Widget Launcher est une extension Chrome développée par yellow.ai, et sa fonction principale est "A launcher to test yellow.ai web widgets on any website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension yellow.ai Web Widget Launcher

Téléchargez les fichiers d'extension yellow.ai Web Widget Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom yellow.ai Web Widget Launcher yellow.ai Web Widget Launcher
ID hlajdopahpkoakfedombhdpomlpmafbb
URL Officiel https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb
Description A launcher to test yellow.ai web widgets on any website
Taille du Fichier 35.38 KB
Nombre d'Installations 420
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-08-07
Date de Publication 2021-08-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur yellow.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yellow.ai
URL de la Page d'Aide https://yellow.ai
Langues Prises en Charge 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"
    }
}