Salesforce Zebra Striped Reports
Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Co je Salesforce Zebra Striped Reports?
Salesforce Zebra Striped Reports je rozšíření Chrome vyvinuté https://sparkorange.net, a jeho hlavní funkcí je „Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Zebra Striped Reports
Stáhněte si soubory rozšíření Salesforce Zebra Striped Reports ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Salesforce Zebra Striped Reports |
ID | chalefhfkbbffihedbcedaecadiopnfm |
Oficiální URL | https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm |
Popis | Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports. |
Velikost souboru | 25.19 KB |
Počet instalací | 85 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-03-03 |
Datum Vydání | 2014-03-03 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | https://sparkorange.net |
Typ Platby | free |
Podporované Jazyky | 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" ] } |