Salesforce Lightning Admin Enhancer

Salesforce Admin Enhancer for lightning

Co to jest Salesforce Lightning Admin Enhancer?

Salesforce Lightning Admin Enhancer to rozszerzenie Chrome opracowane przez brettgil, a jego główną funkcją jest „Salesforce Admin Enhancer for lightning”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Salesforce Lightning Admin Enhancer

Pobierz pliki rozszerzeń Salesforce Lightning Admin Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Extension that adds helpful user experience features to Salesforce Lightning Setup for Admin. 
 - Process Builder enhancements - stretch and resize the working properties pane
 - Reduce oversized Sandbox header
 - Favorite setup links
 - Place cursor in the quick find search box on page load to remove the need to click into focus                    

Podstawowe informacje o rozszerzeniu

Nazwa Salesforce Lightning Admin Enhancer Salesforce Lightning Admin Enhancer
ID olomokophmlanmpfkejaijmgbihaemkl
Oficjalny URL https://chromewebstore.google.com/detail/salesforce-lightning-admi/olomokophmlanmpfkejaijmgbihaemkl
Opis Salesforce Admin Enhancer for lightning
Rozmiar pliku 112 KB
Liczba instalacji 96
Aktualna Wersja 0.4.0
Ostatnia Aktualizacja 2022-03-23
Data Publikacji 2020-07-09
Deweloper brettgil
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/brettgil/Salesforce-Lightning-Admin-Enhancer
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Lightning Admin Enhancer",
    "description": "Salesforce Admin Enhancer for lightning",
    "version": "0.4.0",
    "icons": {
        "16": "lightning_stylized_icon__1__icon.png",
        "48": "lightning_stylized_icon__1__icon.png",
        "128": "lightning_stylized_icon__1__icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.lightning.force.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/*.salesforce.com\/ui\/setup\/export\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "arrive.min.js",
                "actions.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}