Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
Wat is Alexa Skills Kit Simulator Enhancer?
Alexa Skills Kit Simulator Enhancer is een Chrome-extensie ontwikkeld door https://www.jovo.tech, en de belangrijkste functie is "Speed up Alexa Skill testing in the Alexa Skill Console".
Extensie Screenshots
Download het CRX-bestand van de extensie Alexa Skills Kit Simulator Enhancer
Download Alexa Skills Kit Simulator Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Alexa Skills Kit Simulator Enhancer |
ID | opjjjciodammljgdambcjmljkcjblkkk |
Officiële URL | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
Beschrijving | Speed up Alexa Skill testing in the Alexa Skill Console |
Bestandsgrootte | 74.54 KB |
Aantal Installaties | 834 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-03-23 |
Publicatiedatum | 2019-09-24 |
Beoordeling | 5.00/5 Totaal 16 Beoordelingen |
Ontwikkelaar | https://www.jovo.tech |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.jovo.tech |
Help Pagina-URL | https://github.com/jovotech/ask-console-chrome-extension |
URL van de Privacybeleid Pagina | https://www.jovo.tech/privacy |
Ondersteunde Talen | 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" ] } |