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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}