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.」です。
拡張機能のスクリーンショット
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 |
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] |
Eメール | [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 } |