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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed up Alexa Skill testing in the Alexa Skill Console"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alexa Skills Kit Simulator Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |