Salesforce Zebra Striped Reports
Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Apa itu Salesforce Zebra Striped Reports?
Salesforce Zebra Striped Reports adalah ekstensi Chrome yang dikembangkan oleh https://sparkorange.net, dan fitur utamanya adalah "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Salesforce Zebra Striped Reports
Unduh file ekstensi Salesforce Zebra Striped Reports dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Salesforce Zebra Striped Reports |
ID | chalefhfkbbffihedbcedaecadiopnfm |
URL Resmi | https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm |
Deskripsi | Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports. |
Ukuran File | 25.19 KB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-03-03 |
Tanggal Publikasi | 2014-03-03 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://sparkorange.net |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |