Salesforce Zebra Striped Reports

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

Was ist Salesforce Zebra Striped Reports?

Salesforce Zebra Striped Reports ist eine Chrome-Erweiterung, die von https://sparkorange.net entwickelt wurde, und ihr Hauptmerkmal ist "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".

Erweiterungsscreenshots

screenshot

Salesforce Zebra Striped Reports-Erweiterungs-CRX-Datei herunterladen

Laden Sie Salesforce Zebra Striped Reports-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Salesforce Zebra Striped Reports Salesforce Zebra Striped Reports
ID chalefhfkbbffihedbcedaecadiopnfm
Offizielle URL https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm
Beschreibung Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Dateigröße 25.19 KB
Installationsanzahl 85
Aktuelle Version 1.0
Letztes Update 2014-03-03
Veröffentlichungsdatum 2014-03-03
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://sparkorange.net
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}