Salesforce UI Improver

This extension makes Salesforce User Interface better!

Salesforce UI Improverคืออะไร?

Salesforce UI Improver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sfuiimprover.com และคุณลักษณะหลักของมันคือ "This extension makes Salesforce User Interface better!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce UI Improver

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

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

                        This extension makes Salesforce User Interface better!

Changes in the latest version 0.5.1:
* All features works quicker!
* Move little bit up underscore symbol "_" in links
* Bug with incorrect Fields API Names order fixed
* Added link to details page for standard fields on Field API Name tip 

Features in previous versions:
* Link "Show 1000 records per page" on pages with pagination
* Show rows numeration in tables
* Check all checkboxes in one click
* Show Field API Names on page layouts                    

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

ชื่อ Salesforce UI Improver Salesforce UI Improver
ID cfihjphppakcdhnkbnjboipgblbjapha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-ui-improver/cfihjphppakcdhnkbnjboipgblbjapha
คำอธิบาย This extension makes Salesforce User Interface better!
ขนาดไฟล์ 532 KB
จำนวนการติดตั้ง 1,021
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2018-09-28
วันที่เผยแพร่ 2018-09-28
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://sfuiimprover.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sfuiimprover.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce UI Improver",
    "description": "This extension makes Salesforce User Interface better!",
    "version": "1.5.1",
    "options_ui": {
        "page": "html\/popup.html",
        "chrome_style": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "css": [
                "css\/scripts.css"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/scripts.js",
                "js\/script-manager.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}