Salesforce Lightning Grid System

Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.

Co je Salesforce Lightning Grid System?

Salesforce Lightning Grid System je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Salesforce Lightning Grid System

Stáhněte si soubory rozšíření Salesforce Lightning Grid System ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Easily create responsive Salesforce lightning grid layouts for Aura, LWC, Visualforce Pages, and Custom Grid UI.                    

Základní Informace o Rozšíření

Název Salesforce Lightning Grid System Salesforce Lightning Grid System
ID nenellcdpeipfeeiobkkchdpjdiophpg
Oficiální URL https://chromewebstore.google.com/detail/salesforce-lightning-grid/nenellcdpeipfeeiobkkchdpjdiophpg
Popis Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.
Velikost souboru 1.64 MB
Počet instalací 1,952
Aktuální Verze 0.4
Poslední Aktualizace 2021-03-30
Datum Vydání 2021-02-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář [email protected]
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/salesforce-lwc-editor/Privacy-Information
Podporované Jazyky 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
}