Salesforce Zebra Striped Reports

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

What is Salesforce Zebra Striped Reports?

Salesforce Zebra Striped Reports is a Chrome extension developed by https://sparkorange.net, and its main feature is "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".

Extension Screenshots

screenshot

Download Salesforce Zebra Striped Reports Extension CRX File

Download Salesforce Zebra Striped Reports 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 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!                    

Extension Basic Information

Name Salesforce Zebra Striped Reports Salesforce Zebra Striped Reports
ID chalefhfkbbffihedbcedaecadiopnfm
Official URL https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm
Description Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
File Size 25.19 KB
Installation Count 85
Current Version 1.0
Last Updated 2014-03-03
Publish Date 2014-03-03
Rating 4.00/5 Total 4 Ratings
Developer https://sparkorange.net
Payment Type free
Supported Languages 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"
    ]
}