Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
Was ist Alexa Skills Kit Simulator Enhancer?
Alexa Skills Kit Simulator Enhancer ist eine Chrome-Erweiterung, die von https://www.jovo.tech entwickelt wurde, und ihr Hauptmerkmal ist "Speed up Alexa Skill testing in the Alexa Skill Console".
Erweiterungsscreenshots
Alexa Skills Kit Simulator Enhancer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alexa Skills Kit Simulator Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | opjjjciodammljgdambcjmljkcjblkkk |
| Offizielle URL | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
| Beschreibung | Speed up Alexa Skill testing in the Alexa Skill Console |
| Dateigröße | 74.54 KB |
| Installationsanzahl | 834 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2022-03-23 |
| Veröffentlichungsdatum | 2019-09-24 |
| Bewertung | 5.00/5 Insgesamt 16 Bewertungen |
| Entwickler | https://www.jovo.tech |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.jovo.tech |
| Hilfeseite URL | https://github.com/jovotech/ask-console-chrome-extension |
| URL der Datenschutzrichtlinien-Seite | https://www.jovo.tech/privacy |
| Unterstützte Sprachen | 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"
]
} | |