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是由https://www.jovo.tech開發的Chrome擴展程式,該擴展的主要功能是“Speed up Alexa Skill testing in the Alexa Skill Console”。
擴展截圖
下載Alexa Skills Kit Simulator Enhancer擴展crx文件
下載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 |
ID | opjjjciodammljgdambcjmljkcjblkkk |
官方網址 | 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" ] } |