Salesforce Lightning Grid System
Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.
Salesforce Lightning Grid System क्या है?
Salesforce Lightning Grid System [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce Lightning Grid System एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily create responsive Salesforce lightning grid layouts for Aura, LWC, Visualforce Pages, and Custom Grid UI.
एक्सटेंशन की मूल जानकारी
नाम | Salesforce Lightning Grid System |
ID | nenellcdpeipfeeiobkkchdpjdiophpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/salesforce-lightning-grid/nenellcdpeipfeeiobkkchdpjdiophpg |
विवरण | Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI. |
फ़ाइल का आकार | 1.64 MB |
स्थापना संख्या | 1,952 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2021-03-30 |
प्रकाशन तिथि | 2021-02-15 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | [email protected] |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/salesforce-lwc-editor/Privacy-Information |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "[email protected]", "name": "Salesforce Lightning Grid System", "version": "0.4", "description": "Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.", "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "permissions": [], "browser_action": [], "background": { "page": "background.html", "script": [ "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "icon" ], "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "manifest_version": 2 } |