Alexa Skills Kit Simulator Enhancer

Speed up Alexa Skill testing in the Alexa Skill Console

Τι είναι το Alexa Skills Kit Simulator Enhancer;

Το Alexa Skills Kit Simulator Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.jovo.tech, και η κύρια λειτουργία του είναι "Speed up Alexa Skill testing in the Alexa Skill Console".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Alexa Skills Kit Simulator Enhancer

Λήψη αρχείων επέκτασης Alexa Skills Kit Simulator Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Alexa Skills Kit Simulator Enhancer Alexa Skills Kit Simulator Enhancer
ID opjjjciodammljgdambcjmljkcjblkkk
Επίσημο URL https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk
Περιγραφή Speed up Alexa Skill testing in the Alexa Skill Console
Μέγεθος Αρχείου 74.54 KB
Αριθμός Εγκαταστάσεων 834
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2022-03-23
Ημερομηνία Δημοσίευσης 2019-09-24
Αξιολόγηση 5.00/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://www.jovo.tech
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.jovo.tech
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/jovotech/ask-console-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.jovo.tech/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}