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 |
| 公式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"
]
} | |