Salesforce Zebra Striped Reports
Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
什么是Salesforce Zebra Striped Reports?
Salesforce Zebra Striped Reports是由https://sparkorange.net开发的Chrome扩展程序,该扩展的主要功能是“Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.”。
扩展截图
下载Salesforce Zebra Striped Reports扩展crx文件
下载Salesforce Zebra Striped Reports扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Salesforce Zebra Striped Reports |
ID | chalefhfkbbffihedbcedaecadiopnfm |
官方URL | https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm |
简介 | Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports. |
文件大小 | 25.19 KB |
安装次数 | 85 |
当前版本 | 1.0 |
更新时间 | 2014-03-03 |
上架时间 | 2014-03-03 |
评分 | 4.00/5 共4次评分 |
开发者 | https://sparkorange.net |
付费类型 | free |
支持的语言 | 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" ] } |