yellow.ai Web Widget Launcher
A launcher to test yellow.ai web widgets on any website
What is yellow.ai Web Widget Launcher?
yellow.ai Web Widget Launcher is a Chrome extension developed by yellow.ai, and its main feature is "A launcher to test yellow.ai web widgets on any website".
Extension Screenshots
Download yellow.ai Web Widget Launcher Extension CRX File
Download yellow.ai Web Widget Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hlajdopahpkoakfedombhdpomlpmafbb |
Official URL | https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb |
Description | A launcher to test yellow.ai web widgets on any website |
File Size | 35.38 KB |
Installation Count | 420 |
Current Version | 0.0.1 |
Last Updated | 2021-08-07 |
Publish Date | 2021-08-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | yellow.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://yellow.ai |
Help Page URL | https://yellow.ai |
Supported Languages | 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" } } |