Alexa Skills Kit Simulator Enhancer

Speed up Alexa Skill testing in the Alexa Skill Console

Apa itu Alexa Skills Kit Simulator Enhancer?

Alexa Skills Kit Simulator Enhancer adalah ekstensi Chrome yang dikembangkan oleh https://www.jovo.tech, dan fitur utamanya adalah "Speed up Alexa Skill testing in the Alexa Skill Console".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Alexa Skills Kit Simulator Enhancer

Unduh file ekstensi Alexa Skills Kit Simulator Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Alexa Skills Kit Simulator Enhancer Alexa Skills Kit Simulator Enhancer
ID opjjjciodammljgdambcjmljkcjblkkk
URL Resmi https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk
Deskripsi Speed up Alexa Skill testing in the Alexa Skill Console
Ukuran File 74.54 KB
Jumlah Instalasi 834
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-03-23
Tanggal Publikasi 2019-09-24
Penilaian 5.00/5 Total 16 Penilaian
Pengembang https://www.jovo.tech
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.jovo.tech
URL Halaman Bantuan https://github.com/jovotech/ask-console-chrome-extension
URL Halaman Kebijakan Privasi https://www.jovo.tech/privacy
Bahasa yang Didukung 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"
    ]
}