Salesforce Zebra Striped Reports
Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Wat is Salesforce Zebra Striped Reports?
Salesforce Zebra Striped Reports is een Chrome-extensie ontwikkeld door https://sparkorange.net, en de belangrijkste functie is "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".
Extensie Screenshots
Download het CRX-bestand van de extensie Salesforce Zebra Striped Reports
Download Salesforce Zebra Striped Reports-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Salesforce Zebra Striped Reports |
ID | chalefhfkbbffihedbcedaecadiopnfm |
Officiële URL | https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm |
Beschrijving | Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports. |
Bestandsgrootte | 25.19 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-03-03 |
Publicatiedatum | 2014-03-03 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://sparkorange.net |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |