Lightning Goodizer
Salesforce lightning setup goodized.
ما هو Lightning Goodizer؟
Lightning Goodizer هو إضافة Chrome تم تطويرها بواسطة Bart Juriewicz، والميزة الرئيسية لها هي "Salesforce lightning setup goodized.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lightning Goodizer
قم بتنزيل ملفات الامتداد Lightning Goodizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Makes working with Salesforce ligtning setup more convenient. Features: - fields lists eager loading (no more scrolling to load full list, allows to use ctrl-f) - objects list eager loading - compact setup lists - compact setup menu
معلومات أساسية عن التمديد
الاسم | Lightning Goodizer |
ID | johklehencgcjhabihjcnpbaaaphniei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lightning-goodizer/johklehencgcjhabihjcnpbaaaphniei |
الوصف | Salesforce lightning setup goodized. |
حجم الملف | 14.33 KB |
عدد التثبيتات | 178 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-03-03 |
تاريخ النشر | 2019-03-02 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Bart Juriewicz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/bjuriewicz/lightningGoodizer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightning Goodizer", "version": "0.0.1", "manifest_version": 2, "description": "Salesforce lightning setup goodized.", "homepage_url": "https:\/\/github.com\/bjuriewicz\/lightningGoodizer", "icons": { "16": "icons\/favicon16.png", "48": "icons\/favicon48.png", "128": "icons\/favicon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*" ], "css": [ "css\/styles.css" ], "js": [ "src\/main.js" ] } ], "permissions": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*" ] } |