Salesforce Zebra Striped Reports

Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.

Co to jest Salesforce Zebra Striped Reports?

Salesforce Zebra Striped Reports to rozszerzenie Chrome opracowane przez https://sparkorange.net, a jego główną funkcją jest „Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Salesforce Zebra Striped Reports

Pobierz pliki rozszerzeń Salesforce Zebra Striped Reports 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

                        This extension adds alternating colors and hover effects to tabular and summary reports in Salesforce, making them easier to read. No setup required; just install it and you're good to go!                    

Podstawowe informacje o rozszerzeniu

Nazwa Salesforce Zebra Striped Reports Salesforce Zebra Striped Reports
ID chalefhfkbbffihedbcedaecadiopnfm
Oficjalny URL https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm
Opis Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Rozmiar pliku 25.19 KB
Liczba instalacji 85
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-03-03
Data Publikacji 2014-03-03
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://sparkorange.net
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Zebra Striped Reports",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.",
    "icons": {
        "16": "so-icon.png",
        "48": "so-icon.png",
        "128": "so-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "zebra-stripe.js"
            ],
            "css": [
                "zebra-stripe.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "zebra-stripe.css"
    ]
}