Salesforce Lightning Grid System
Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.
Co to jest Salesforce Lightning Grid System?
Salesforce Lightning Grid System to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Salesforce Lightning Grid System
Pobierz pliki rozszerzeń Salesforce Lightning Grid System w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily create responsive Salesforce lightning grid layouts for Aura, LWC, Visualforce Pages, and Custom Grid UI.
Podstawowe informacje o rozszerzeniu
Nazwa | Salesforce Lightning Grid System |
ID | nenellcdpeipfeeiobkkchdpjdiophpg |
Oficjalny URL | https://chromewebstore.google.com/detail/salesforce-lightning-grid/nenellcdpeipfeeiobkkchdpjdiophpg |
Opis | Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI. |
Rozmiar pliku | 1.64 MB |
Liczba instalacji | 1,952 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2021-03-30 |
Data Publikacji | 2021-02-15 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | [email protected] |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sites.google.com/view/salesforce-lwc-editor/Privacy-Information |
Obsługiwane Języki | 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 } |