Salesforce UI Improver

This extension makes Salesforce User Interface better!

Co je Salesforce UI Improver?

Salesforce UI Improver je rozšíření Chrome vyvinuté https://sfuiimprover.com, a jeho hlavní funkcí je „This extension makes Salesforce User Interface better!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Salesforce UI Improver

Stáhněte si soubory rozšíření Salesforce UI Improver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Salesforce UI Improver Salesforce UI Improver
ID cfihjphppakcdhnkbnjboipgblbjapha
Oficiální URL https://chromewebstore.google.com/detail/salesforce-ui-improver/cfihjphppakcdhnkbnjboipgblbjapha
Popis This extension makes Salesforce User Interface better!
Velikost souboru 532 KB
Počet instalací 1,021
Aktuální Verze 1.5.1
Poslední Aktualizace 2018-09-28
Datum Vydání 2018-09-28
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://sfuiimprover.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://sfuiimprover.com/
Podporované Jazyky 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\/*"
    ]
}