Alexa Skills Kit Simulator Enhancer

Speed up Alexa Skill testing in the Alexa Skill Console

Hvad er Alexa Skills Kit Simulator Enhancer?

Alexa Skills Kit Simulator Enhancer er en Chrome-udvidelse udviklet af https://www.jovo.tech, og dens hovedfunktion er "Speed up Alexa Skill testing in the Alexa Skill Console".

Udvidelsesskærmbilleder

screenshot

Download Alexa Skills Kit Simulator Enhancer-udvidelses-CRX-fil

Download Alexa Skills Kit Simulator Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Alexa Skills Kit Simulator Enhancer Alexa Skills Kit Simulator Enhancer
ID opjjjciodammljgdambcjmljkcjblkkk
Officiel URL https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk
Beskrivelse Speed up Alexa Skill testing in the Alexa Skill Console
Filstørrelse 74.54 KB
Antal Installationer 834
Nuværende Version 1.4
Senest Opdateret 2022-03-23
Udgivelsesdato 2019-09-24
Bedømmelse 5.00/5 Samlet 16 Bedømmelser
Udvikler https://www.jovo.tech
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.jovo.tech
Hjælpeside-URL https://github.com/jovotech/ask-console-chrome-extension
URL til Fortrolighedspolitik Side https://www.jovo.tech/privacy
Understøttede Sprog 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"
    ]
}