Alexa Skills Kit Simulator Enhancer
Speed up Alexa Skill testing in the Alexa Skill Console
Alexa Skills Kit Simulator Enhancer là gì?
Alexa Skills Kit Simulator Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://www.jovo.tech, và tính năng chính của nó là "Speed up Alexa Skill testing in the Alexa Skill Console".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Alexa Skills Kit Simulator Enhancer
Tải xuống các tệp mở rộng Alexa Skills Kit Simulator Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alexa Skills Kit Simulator Enhancer |
ID | opjjjciodammljgdambcjmljkcjblkkk |
URL Chính Thức | https://chromewebstore.google.com/detail/alexa-skills-kit-simulato/opjjjciodammljgdambcjmljkcjblkkk |
Mô tả | Speed up Alexa Skill testing in the Alexa Skill Console |
Kích Thước Tệp | 74.54 KB |
Số Lần Cài Đặt | 834 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-03-23 |
Ngày Phát Hành | 2019-09-24 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://www.jovo.tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.jovo.tech |
URL Trang Trợ Giúp | https://github.com/jovotech/ask-console-chrome-extension |
URL Trang Chính Sách Bảo Mật | https://www.jovo.tech/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |