Salesforce Lightning Compact Styler

Make your Salesforce Lightning experience more compact.

Salesforce Lightning Compact Stylerคืออะไร?

Salesforce Lightning Compact Styler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Krchnak และคุณลักษณะหลักของมันคือ "Make your Salesforce Lightning experience more compact."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Lightning Compact Styler

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Lightning Compact Styler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension changes Lightning UI to be more compact.

Easily use options menu by clicking on the icon of the extension to turn off the compact style.

Any suggestions for new features are welcome!

Main Features
----------
* Fields are displayed inline with their labels
* Highlight bar is more compact
* Sandbox identification on top of the page is smaller and more visible
* Path is now is more in line with the square style
* Ability to turn on and off the Styler in options

Change log
----------
0.1.1
- Update extension popup desing to make it less compact!
- Some small updates in code and another exciting stuff.
- Extension is now properly (to the extent of my tech skills) manages in open git repository https://github.com/mascot4m/sf-lightning-styler
0.1.0
- Add Product modal (and probably other modals) is now more compact.
- Celebrating more than 300 daily users!
0.0.9
- Tabs highlight
- Inline fields now more readable using background change on hover
0.0.7
- Release of Firefox Version
0.0.6
- Fix of highlight bar checkbox
- Added Donate and Rate us buttons
- Added short survey after removing the extension
0.0.5
- Options updated – dependent checkboxes (thanks, Matej)
- Highlight bar made more compact
0.0.4
- News cards made compact
- Activity component takes a bit less space.
- Also, tabs on a page are tiny bit more compact.
- Related lists are not taking half of the screen anymore.
0.0.3
- Options are now available also in popup
0.0.2
- Split different stylings to separate options so you can turn them on and off as you like.
- Options are getting new shape.
0.0.1
- First release of Chrome extension. Ever.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce Lightning Compact Styler Salesforce Lightning Compact Styler
ID lifocmjdfnmbmdohhbnkhgaihheaickb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-lightning-comp/lifocmjdfnmbmdohhbnkhgaihheaickb
คำอธิบาย Make your Salesforce Lightning experience more compact.
ขนาดไฟล์ 29.74 KB
จำนวนการติดตั้ง 278
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-03-26
วันที่เผยแพร่ 2018-03-26
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Martin Krchnak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mascot4m/sf-lightning-styler
URL หน้าช่วยเหลือ https://github.com/mascot4m/sf-lightning-styler
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Lightning Compact Styler",
    "short_name": "SF Lightning Compact Styler",
    "description": "Make your Salesforce Lightning experience more compact.",
    "version": "0.1.1",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.lightning.force.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "SF Styler Options",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "images\/icon_128.png",
        "64": "images\/icon_64.png",
        "19": "images\/icon_19.png"
    },
    "manifest_version": 2
}