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はyellow.aiによって開発されたChromeの拡張機能で、その主な機能は「A launcher to test yellow.ai web widgets on any website」です。
拡張機能のスクリーンショット
yellow.ai Web Widget Launcher拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |