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 |
| 电子邮箱 | [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"
]
} | |