Validation Rule Extractor - Salesforce

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

Wat is Validation Rule Extractor - Salesforce?

Validation Rule Extractor - Salesforce is een Chrome-extensie ontwikkeld door Mohit Jangid, en de belangrijkste functie is "Tool to get object's validation rules in csv...".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Validation Rule Extractor - Salesforce

Download Validation Rule Extractor - Salesforce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension helps you to extract salesforce object Validation Rule.                    

Basisinformatie over de Extensie

Naam Validation Rule Extractor - Salesforce Validation Rule Extractor - Salesforce
ID odhcjgjhmjikihdhobgpelihpchgijhd
Officiële URL https://chromewebstore.google.com/detail/validation-rule-extractor/odhcjgjhmjikihdhobgpelihpchgijhd
Beschrijving Tool to get object's validation rules in csv...
Bestandsgrootte 10.11 KB
Aantal Installaties 68
Huidige Versie 0.2
Laatst Bijgewerkt 2023-09-24
Publicatiedatum 2023-04-09
Ontwikkelaar Mohit Jangid
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}