Validation Rule Extractor - Salesforce
Tool to get object's validation rules in csv...
What is Validation Rule Extractor - Salesforce?
Validation Rule Extractor - Salesforce is a Chrome extension developed by Mohit Jangid, and its main feature is "Tool to get object's validation rules in csv...".
Extension Screenshots
Download Validation Rule Extractor - Salesforce Extension CRX File
Download Validation Rule Extractor - Salesforce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps you to extract salesforce object Validation Rule.
Extension Basic Information
Name | Validation Rule Extractor - Salesforce |
ID | odhcjgjhmjikihdhobgpelihpchgijhd |
Official URL | https://chromewebstore.google.com/detail/validation-rule-extractor/odhcjgjhmjikihdhobgpelihpchgijhd |
Description | Tool to get object's validation rules in csv... |
File Size | 10.11 KB |
Installation Count | 68 |
Current Version | 0.2 |
Last Updated | 2023-09-24 |
Publish Date | 2023-04-09 |
Developer | Mohit Jangid |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |