Quick Lightning Components

Quick Lightning Components

Quick Lightning Components क्या है?

Quick Lightning Components sehrab.goyal000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Lightning Components"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Lightning Components एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Can't see LWC Components in your Salesforce Org ! Say No More - We have the perfect tool for you, Now you can not just list but see and download your LWC Components in 1 Click !

Built with LWC OSS
Built with Lightning Base Components 
Lightning Fast !!!

*Considerations*
> This App uses 1 API call against the Target when any Component is loaded
> This App uses Browser Cookies
> This App requires a New Tab
> This App is tested against Sandboxes and Developer Orgs , It currently doesn't work with Scratch orgs.
> This App is tested against Lightning and Classic Domains, It currently doesn't work with Visualforce/Experience Cloud Domains.                    

एक्सटेंशन की मूल जानकारी

नाम Quick Lightning Components Quick Lightning Components
ID ikmpfkdgpgpkcnpabedhnlelcipnddlc
आधिकारिक URL https://chromewebstore.google.com/detail/quick-lightning-component/ikmpfkdgpgpkcnpabedhnlelcipnddlc
विवरण Quick Lightning Components
फ़ाइल का आकार 7.07 MB
स्थापना संख्या 308
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-04-08
प्रकाशन तिथि 2021-04-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर sehrab.goyal000
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Lightning Components",
    "description": "Quick Lightning Components",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/resources\/lwc.png",
        "32": ".\/resources\/lwc.png",
        "48": ".\/resources\/lwc.png",
        "128": ".\/resources\/lwc.png"
    },
    "browser_action": {
        "default_title": "Index"
    },
    "background": {
        "scripts": [
            ".\/resources\/background.js"
        ]
    },
    "minimum_chrome_version": "61",
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "cookies",
        "tabs"
    ]
}