CommandBar Editor
Load the CommandBar Editor in your app to preview the experience for your users.
CommandBar Editor क्या है?
CommandBar Editor https://commandbar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load the CommandBar Editor in your app to preview the experience for your users."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CommandBar Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension lets you load the CommandBar Editor in your app, so you can step into the shoes of a user and preview any experiences you've already created. Plus, you can edit those experiences right in your app. This is particularly useful when you want to edit → test → edit → test, etc. If you don't know what CommandBar is… CommandBar is an intelligent layer that product, growth, marketing, and customer teams use to personalize their apps for every user. You can install a Magic Searchbar that lets users search to find their way, a HelpHub to find relevant help content (docs, videos) in-app, product tours, feature announcements, checklists, and surveys. They all feel 100% native, delightfully designed, respect the user, and are configurable without code (if that's your jam) or with a lightweight client-side SDK. Sign up for a free account and turbocharge your UX in an afternoon here: https://www.commandbar.com/get-started
एक्सटेंशन की मूल जानकारी
नाम | CommandBar Editor |
ID | diahhhkcbpeijifhedabbjgepdgdpkcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/commandbar-editor/diahhhkcbpeijifhedabbjgepdgdpkcj |
विवरण | Load the CommandBar Editor in your app to preview the experience for your users. |
फ़ाइल का आकार | 566 KB |
स्थापना संख्या | 770 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2024-02-13 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | https://commandbar.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://commandbar.com |
सहायता पृष्ठ URL | https://commandbar.com/docs |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CommandBar Editor", "version": "1.0.8", "manifest_version": 2, "description": "Load the CommandBar Editor in your app to preview the experience for your users.", "icons": { "512": "commandbar_icon.png" }, "browser_action": { "default_icon": "commandbar_icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ " |