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! 擴展基本資訊
| 名稱 | |
| ID | chalefhfkbbffihedbcedaecadiopnfm |
| 官方網址 | 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"
]
} | |