Salesforce Zebra Striped Reports
Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Cos'è Salesforce Zebra Striped Reports?
Salesforce Zebra Striped Reports è un'estensione di Chrome sviluppata da https://sparkorange.net, e la sua funzione principale è "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce Zebra Striped Reports
Scarica i file di estensione Salesforce Zebra Striped Reports in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Salesforce Zebra Striped Reports |
ID | chalefhfkbbffihedbcedaecadiopnfm |
URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm |
Descrizione | Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports. |
Dimensione del File | 25.19 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-03-03 |
Data di Pubblicazione | 2014-03-03 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | https://sparkorange.net |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |