Salesforce Lightning Grid System

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

Что такое Salesforce Lightning Grid System?

Salesforce Lightning Grid System - это расширение Chrome, разработанное [email protected], и его основная функция - "Salesforce Lightning Grid System for Aura, LWC, and Custom Responsive Grid UI.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Salesforce Lightning Grid System

Скачайте файлы расширений 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
}