Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
Vad är Alexa Skills Kit Simulator Enhancer?
Alexa Skills Kit Simulator Enhancer är en Chrome-tillägg utvecklad av https://www.jovo.tech, och dess huvudfunktion är "Speed up Alexa Skill testing in the Alexa Skill Console".
Tilläggsskärmbilder
Ladda ner Alexa Skills Kit Simulator Enhancer-förlängningens CRX-fil
Ladda ner Alexa Skills Kit Simulator Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Alexa Skills Kit Simulator Enhancer |
ID | opjjjciodammljgdambcjmljkcjblkkk |
Officiell webbadress | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
Beskrivning | Speed up Alexa Skill testing in the Alexa Skill Console |
Filstorlek | 74.54 KB |
Antal Installationer | 834 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2022-03-23 |
Publiceringsdatum | 2019-09-24 |
Betyg | 5.00/5 Totalt 16 Betyg |
Utvecklare | https://www.jovo.tech |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.jovo.tech |
Hjälpsida URL | https://github.com/jovotech/ask-console-chrome-extension |
URL till Sekretesspolicy Sidan | https://www.jovo.tech/privacy |
Stödda Språk | 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" ] } |