Salesforce Zebra Striped Reports

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

Vad är Salesforce Zebra Striped Reports?

Salesforce Zebra Striped Reports är en Chrome-tillägg utvecklad av https://sparkorange.net, och dess huvudfunktion är "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".

Tilläggsskärmbilder

screenshot

Ladda ner Salesforce Zebra Striped Reports-förlängningens CRX-fil

Ladda ner Salesforce Zebra Striped Reports-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Salesforce Zebra Striped Reports Salesforce Zebra Striped Reports
ID chalefhfkbbffihedbcedaecadiopnfm
Officiell webbadress https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm
Beskrivning Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Filstorlek 25.19 KB
Antal Installationer 85
Aktuell Version 1.0
Senast Uppdaterad 2014-03-03
Publiceringsdatum 2014-03-03
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://sparkorange.net
Betalningssätt free
Stödda Språk 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"
    ]
}