Quick Lightning Components

Quick Lightning Components

Quick Lightning Componentsคืออะไร?

Quick Lightning Components เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sehrab.goyal000 และคุณลักษณะหลักของมันคือ "Quick Lightning Components"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Lightning Components

ดาวน์โหลดไฟล์ส่วนขยาย Quick Lightning Components ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}