Validation Rule Extractor - Salesforce
Tool to get object's validation rules in csv...
Validation Rule Extractor - Salesforceとは何ですか?
Validation Rule Extractor - SalesforceはMohit Jangidによって開発されたChromeの拡張機能で、その主な機能は「Tool to get object's validation rules in csv...」です。
拡張機能のスクリーンショット
Validation Rule Extractor - Salesforce拡張機能のCRXファイルをダウンロード
Validation Rule Extractor - Salesforce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you to extract salesforce object Validation Rule.
拡張機能の基本情報
名前 | Validation Rule Extractor - Salesforce |
ID | odhcjgjhmjikihdhobgpelihpchgijhd |
公式URL | https://chromewebstore.google.com/detail/validation-rule-extractor/odhcjgjhmjikihdhobgpelihpchgijhd |
説明 | Tool to get object's validation rules in csv... |
ファイルサイズ | 10.11 KB |
インストール数 | 68 |
現在のバージョン | 0.2 |
最終更新日 | 2023-09-24 |
公開日 | 2023-04-09 |
開発者 | Mohit Jangid |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |