Alexa Fixer
Alexa Fixer enhances the Alexa Developer Console experience
Alexa Fixer क्या है?
Alexa Fixer https://alexafixer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alexa Fixer enhances the Alexa Developer Console experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alexa Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Alexa Fixer enhances the Alexa Developer Console with additional functionality to make your Alexa development experience smoother and easier. Features include: Skill List New:"Copy" icons next to "View Skill ID" quickly copy skill ID's to clipboard New:"Test" link in Actions column goes directly to the test tab for a skill Add tags to skill names in the Skill List Filter the Skill List by name or tags Automatically retrieve all pages of skills Sort by any column Filter by Status: Live/In Review/Development Provide a compact skill list view with less whitespace Hide the "Monetization Banner" at the top of the Skills List page Testing Voice & Tone Tab: Stretch SSML input area to full width Add a SpeechMarkdown editor panel that automatically translates to SSML Build Make the left panel with the intent list scrollable Analytics New:Download analytics report raw data to CSV Usability Prevent backspace from navigating "back" in browser Auto-dismiss "Build Successful" messages after a configurable delay
एक्सटेंशन की मूल जानकारी
नाम | Alexa Fixer |
ID | jphdmcgcahiclbllbdeeafgcdpfdlkkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/alexa-fixer/jphdmcgcahiclbllbdeeafgcdpfdlkkd |
विवरण | Alexa Fixer enhances the Alexa Developer Console experience |
फ़ाइल का आकार | 400 KB |
स्थापना संख्या | 374 |
वर्तमान संस्करण | 3.1.0 |
अंतिम अपडेट | 2019-12-07 |
प्रकाशन तिथि | 2019-12-06 |
डेवलपर | https://alexafixer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://alexafixer.com |
गोपनीयता नीति पृष्ठ URL | https://socialfixer.com/privacy.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "include_globs": [ "https:\/\/developer.amazon.com\/alexa\/console\/*" ], "exclude_globs": [], "js": [ "x.js", "fx.js", "build\/build.js", "bubble_note\/bubble_note.js", "compact_skill_list\/compact_skill_list.js", "analytics_download\/analytics_download.js", "dismiss_build_notifications\/dismiss_build_notifications.js", "donate\/donate.js", "copy_skill_id\/copy_skill_id.js", "enhance_skill_list_table\/enhance_skill_list_table.js", "hide_monetization_banner\/hide_monetization_banner.js", "location\/location.js", "menu\/menu.js", "options\/options.js", "prevent_back\/prevent_back.js", "retrieve_all_skills\/retrieve_all_skills.js", "sticky_note\/sticky_note.js", "skill_tags\/skill_tags.js", "voice_and_tone\/voice_and_tone.js", "vue.js", "vue_x.js", "purify.js", "index.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/developer.amazon.com\/alexa\/console\/*" ], "run_at": "document_start" } ], "description": "Alexa Fixer enhances the Alexa Developer Console experience", "name": "Alexa Fixer", "author": "Matt Kruse", "version": "3.1.0", "homepage_url": "http:\/\/AlexaFixer.com\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Alexa Fixer", "default_popup": "options.html" }, "minimum_chrome_version": "41.0", "permissions": [ "https:\/\/AlexaFixer.com\/*", "https:\/\/*.AlexaFixer.com\/*", "https:\/\/www.speechmarkdown.org\/*", "https:\/\/developer.amazon.com\/alexa\/console\/*", "storage", "unlimitedStorage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |