Salesforce UI Improver

This extension makes Salesforce User Interface better!

What is Salesforce UI Improver?

Salesforce UI Improver is a Chrome extension developed by https://sfuiimprover.com, and its main feature is "This extension makes Salesforce User Interface better!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Salesforce UI Improver Extension CRX File

Download Salesforce UI Improver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Salesforce UI Improver Salesforce UI Improver
ID cfihjphppakcdhnkbnjboipgblbjapha
Official URL https://chromewebstore.google.com/detail/salesforce-ui-improver/cfihjphppakcdhnkbnjboipgblbjapha
Description This extension makes Salesforce User Interface better!
File Size 532 KB
Installation Count 1,021
Current Version 1.5.1
Last Updated 2018-09-28
Publish Date 2018-09-28
Rating 4.33/5 Total 6 Ratings
Developer https://sfuiimprover.com
Email [email protected]
Payment Type free
Extension Website http://sfuiimprover.com/
Supported Languages 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\/*"
    ]
}