Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
What is Alexa Skills Kit Simulator Enhancer?
Alexa Skills Kit Simulator Enhancer is a Chrome extension developed by https://www.jovo.tech, and its main feature is "Speed up Alexa Skill testing in the Alexa Skill Console".
Extension Screenshots
Download Alexa Skills Kit Simulator Enhancer Extension CRX File
Download Alexa Skills Kit Simulator Enhancer 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 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
Extension Basic Information
Name | Alexa Skills Kit Simulator Enhancer |
ID | opjjjciodammljgdambcjmljkcjblkkk |
Official URL | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
Description | Speed up Alexa Skill testing in the Alexa Skill Console |
File Size | 74.54 KB |
Installation Count | 834 |
Current Version | 1.4 |
Last Updated | 2022-03-23 |
Publish Date | 2019-09-24 |
Rating | 5.00/5 Total 16 Ratings |
Developer | https://www.jovo.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://www.jovo.tech |
Help Page URL | https://github.com/jovotech/ask-console-chrome-extension |
Privacy Policy Page URL | https://www.jovo.tech/privacy |
Supported Languages | 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" ] } |