Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
Alexa Skills Kit Simulator Enhancerとは何ですか?
Alexa Skills Kit Simulator Enhancerはhttps://www.jovo.techによって開発されたChromeの拡張機能で、その主な機能は「Speed up Alexa Skill testing in the Alexa Skill Console」です。
拡張機能のスクリーンショット
Alexa Skills Kit Simulator Enhancer拡張機能のCRXファイルをダウンロード
Alexa Skills Kit Simulator Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension lets you test your Alexa Skills faster in the Alexa Skills Kit Simulator.
Features include:
- Replay utterances without typing them again
- Save utterances into buttons to save time when you're back
- Reorder utterance buttons
- Widen the left-hand panel
Find more information here: https://github.com/jovotech/ask-console-chrome-extension 拡張機能の基本情報
| 名前 | |
| ID | opjjjciodammljgdambcjmljkcjblkkk |
| 公式URL | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
| 説明 | Speed up Alexa Skill testing in the Alexa Skill Console |
| ファイルサイズ | 74.54 KB |
| インストール数 | 834 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2022-03-23 |
| 公開日 | 2019-09-24 |
| 評価 | 5.00/5 合計 16 レビュー |
| 開発者 | https://www.jovo.tech |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.jovo.tech |
| ヘルプページのURL | https://github.com/jovotech/ask-console-chrome-extension |
| プライバシーポリシーページのURL | https://www.jovo.tech/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Alexa Skills Kit Simulator Enhancer",
"description": "Speed up Alexa Skill testing in the Alexa Skill Console",
"version": "1.4",
"icons": {
"48": "\/img\/icon_48.png",
"128": "\/img\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/developer.amazon.com\/alexa\/console\/ask\/*"
],
"js": [
"jquery-3.2.1.min.js",
"jquery-ui.min.js",
"content.js",
"pageIndex.js",
"pageTest.js"
],
"css": [
"style.css"
]
}
],
"permissions": [
"storage"
]
} | |