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]开发的Chrome扩展程序,该扩展的主要功能是“Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.”。

扩展截图

screenshot

下载Salesforce Lightning Grid System扩展crx文件

下载Salesforce Lightning Grid System扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Salesforce Lightning Grid System 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
}