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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |