Salesforce Zebra Striped Reports

Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.

Salesforce Zebra Striped Reports là gì?

Salesforce Zebra Striped Reports là một tiện ích mở rộng Chrome được phát triển bởi https://sparkorange.net, và tính năng chính của nó là "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Zebra Striped Reports

Tải xuống các tệp mở rộng Salesforce Zebra Striped Reports dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Zebra Striped Reports Salesforce Zebra Striped Reports
ID chalefhfkbbffihedbcedaecadiopnfm
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-zebra-striped/chalefhfkbbffihedbcedaecadiopnfm
Mô tả Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports.
Kích Thước Tệp 25.19 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-03-03
Ngày Phát Hành 2014-03-03
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sparkorange.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}