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."입니다.

확장 프로그램 스크린샷

screenshot

Salesforce Zebra Striped Reports 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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