Alexa Skills Kit Simulator Enhancer

Speed up Alexa Skill testing in the Alexa Skill Console

Co je Alexa Skills Kit Simulator Enhancer?

Alexa Skills Kit Simulator Enhancer je rozšíření Chrome vyvinuté https://www.jovo.tech, a jeho hlavní funkcí je „Speed up Alexa Skill testing in the Alexa Skill Console“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alexa Skills Kit Simulator Enhancer

Stáhněte si soubory rozšíření Alexa Skills Kit Simulator Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Alexa Skills Kit Simulator Enhancer Alexa Skills Kit Simulator Enhancer
ID opjjjciodammljgdambcjmljkcjblkkk
Oficiální URL https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk
Popis Speed up Alexa Skill testing in the Alexa Skill Console
Velikost souboru 74.54 KB
Počet instalací 834
Aktuální Verze 1.4
Poslední Aktualizace 2022-03-23
Datum Vydání 2019-09-24
Hodnocení 5.00/5 Celkem 16 Hodnocení
Vývojář https://www.jovo.tech
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.jovo.tech
URL Stránky Nápovědy https://github.com/jovotech/ask-console-chrome-extension
URL Stránky Zásad Ochrany Soukromí https://www.jovo.tech/privacy
Podporované Jazyky 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"
    ]
}