yellow.ai Web Widget Launcher
A launcher to test yellow.ai web widgets on any website
¿Qué es yellow.ai Web Widget Launcher?
yellow.ai Web Widget Launcher es una extensión de Chrome desarrollada por yellow.ai, y su función principal es "A launcher to test yellow.ai web widgets on any website".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión yellow.ai Web Widget Launcher
Descarga archivos de extensión yellow.ai Web Widget Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hlajdopahpkoakfedombhdpomlpmafbb |
URL Oficial | https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb |
Descripción | A launcher to test yellow.ai web widgets on any website |
Tamaño del Archivo | 35.38 KB |
Cantidad de Instalaciones | 420 |
Versión Actual | 0.0.1 |
Última Actualización | 2021-08-07 |
Fecha de Publicación | 2021-08-07 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | yellow.ai |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://yellow.ai |
URL de la Página de Ayuda | https://yellow.ai |
Idiomas Soportados | 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" } } |