Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
Co to jest Alexa Skills Kit Simulator Enhancer?
Alexa Skills Kit Simulator Enhancer to rozszerzenie Chrome opracowane przez https://www.jovo.tech, a jego główną funkcją jest „Speed up Alexa Skill testing in the Alexa Skill Console”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alexa Skills Kit Simulator Enhancer
Pobierz pliki rozszerzeń Alexa Skills Kit Simulator Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Alexa Skills Kit Simulator Enhancer |
ID | opjjjciodammljgdambcjmljkcjblkkk |
Oficjalny URL | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
Opis | Speed up Alexa Skill testing in the Alexa Skill Console |
Rozmiar pliku | 74.54 KB |
Liczba instalacji | 834 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2022-03-23 |
Data Publikacji | 2019-09-24 |
Ocena | 5.00/5 Łącznie 16 Oceny |
Deweloper | https://www.jovo.tech |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.jovo.tech |
Adres URL Strony Pomocy | https://github.com/jovotech/ask-console-chrome-extension |
Adres URL Strony Polityki Prywatności | https://www.jovo.tech/privacy |
Obsługiwane Języki | 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" ] } |