Salesforce Lightning Grid System

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

What is Salesforce Lightning Grid System?

Salesforce Lightning Grid System is a Chrome extension developed by [email protected], and its main feature is "Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.".

Extension Screenshots

screenshot

Download Salesforce Lightning Grid System Extension CRX File

Download Salesforce Lightning Grid System extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Salesforce Lightning Grid System Salesforce Lightning Grid System
ID nenellcdpeipfeeiobkkchdpjdiophpg
Official URL https://chromewebstore.google.com/detail/salesforce-lightning-grid/nenellcdpeipfeeiobkkchdpjdiophpg
Description Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.
File Size 1.64 MB
Installation Count 1,952
Current Version 0.4
Last Updated 2021-03-30
Publish Date 2021-02-15
Rating 5.00/5 Total 4 Ratings
Developer [email protected]
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/salesforce-lwc-editor/Privacy-Information
Supported Languages 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
}