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
Wat is FLS Comparator?
FLS Comparator is een Chrome-extensie ontwikkeld door Abhinav Swaroop Saxena, en de belangrijkste functie is "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org".
Extensie Screenshots
Download het CRX-bestand van de extensie FLS Comparator
Download FLS Comparator-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
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.
Basisinformatie over de Extensie
Naam | FLS Comparator |
ID | miafgahohjddkeaikpngkcnmakidagoe |
Officiële URL | https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe |
Beschrijving | FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org |
Bestandsgrootte | 13.21 KB |
Aantal Installaties | 648 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-09-11 |
Publicatiedatum | 2017-10-16 |
Beoordeling | 4.94/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Abhinav Swaroop Saxena |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |