FLS Comparator
FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org
Qu'est-ce que FLS Comparator ?
FLS Comparator est une extension Chrome développée par Abhinav Swaroop Saxena, et sa fonction principale est "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FLS Comparator
Téléchargez les fichiers d'extension FLS Comparator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
SFDC FLS Compare Tool is a 'Google Chrome' extension built with Javascript which can eliminate human effort in comparing, mapping Field Level Security to a different field or to a new field in the same or different Org. As a Salesforce developer we do come across ‘Field Level Security’ which needs to be copied to a different field inside the same or different Salesforce org in this case, doing this comparison manually is time consuming and can result in errors. Both time and errors can be overcome by using this tool.
Informations de Base sur l'Extension
Nom | FLS Comparator |
ID | miafgahohjddkeaikpngkcnmakidagoe |
URL Officiel | https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe |
Description | FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org |
Taille du Fichier | 13.21 KB |
Nombre d'Installations | 648 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-09-11 |
Date de Publication | 2017-10-16 |
Évaluation | 4.94/5 Total 31 Évaluations |
Développeur | Abhinav Swaroop Saxena |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Abhinav Swaroop Saxena", "name": "FLS Comparator", "version": "1.0.2", "manifest_version": 3, "description": "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org", "icons": { "48": "img\/icon128_comparefls.png", "128": "img\/icon128_comparefls.png" }, "action": { "default_icon": "img\/icon128_comparefls.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/_ui\/common\/config\/field\/StandardFieldAttributes\/e*" ], "js": [ "js\/localScript.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "unlimitedStorage", "storage" ] } |