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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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