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"
    ]
}