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
Τι είναι το FLS Comparator;
Το FLS Comparator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abhinav Swaroop Saxena, και η κύρια λειτουργία του είναι "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FLS Comparator
Λήψη αρχείων επέκτασης FLS Comparator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | FLS Comparator |
ID | miafgahohjddkeaikpngkcnmakidagoe |
Επίσημο URL | https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe |
Περιγραφή | FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org |
Μέγεθος Αρχείου | 13.21 KB |
Αριθμός Εγκαταστάσεων | 648 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2022-09-11 |
Ημερομηνία Δημοσίευσης | 2017-10-16 |
Αξιολόγηση | 4.94/5 Συνολικά 31 Αξιολογήσεις |
Προγραμματιστής | Abhinav Swaroop Saxena |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |