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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sparkorange.net และคุณลักษณะหลักของมันคือ "Adds alternating colors and hover effects to rows in Salesforce tabular and summary reports."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Zebra Striped Reports

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}