Validation Rule Extractor - Salesforce

Tool to get object's validation rules in csv...

Apa itu Validation Rule Extractor - Salesforce?

Validation Rule Extractor - Salesforce adalah ekstensi Chrome yang dikembangkan oleh Mohit Jangid, dan fitur utamanya adalah "Tool to get object's validation rules in csv...".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Validation Rule Extractor - Salesforce

Unduh file ekstensi Validation Rule Extractor - Salesforce dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension helps you to extract salesforce object Validation Rule.                    

Informasi Dasar Ekstensi

Nama Validation Rule Extractor - Salesforce Validation Rule Extractor - Salesforce
ID odhcjgjhmjikihdhobgpelihpchgijhd
URL Resmi https://chromewebstore.google.com/detail/validation-rule-extractor/odhcjgjhmjikihdhobgpelihpchgijhd
Deskripsi Tool to get object's validation rules in csv...
Ukuran File 10.11 KB
Jumlah Instalasi 68
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-09-24
Tanggal Publikasi 2023-04-09
Pengembang Mohit Jangid
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Validation Rule Extractor - Salesforce",
    "version": "0.2",
    "author": "Mohit Jangid",
    "description": "Tool to get object's validation rules in csv...",
    "host_permissions": [
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "permissions": [
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "click to open popup..."
    },
    "icons": {
        "48": "icons\/icon48.png"
    }
}