Crazy Compare For Salesforce

Quickly compare two different salesforce profiles and find difference

Qu'est-ce que Crazy Compare For Salesforce ?

Crazy Compare For Salesforce est une extension Chrome développée par Ajinkya Dhas, et sa fonction principale est "Quickly compare two different salesforce profiles and find difference".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crazy Compare For Salesforce

Téléchargez les fichiers d'extension Crazy Compare For Salesforce 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

                        By using Crazy Compare extension for Salesforce you can directly compare two different profiles and find difference right from setup.

Available for all Admin /Developer /Consultants

*************** Features ***************
* Faster · Easier · Expert 🔍
* Available in both Classic ☁️ and Lightning ⚡️
* Just select the profile and find difference in 3 clicks 🪄
* Download Profile Difference Report 🖨

v1.0
****** Current Profile Comparison Includes ******
> Field Level Comparison 
> Object Level Comparison 
> Apex Class Access Comparison
> Visualforce Page Access Comparison 

*************** Benefits ***************
* Easily help you to identify access difference between two profiles and  you can fix the permission or access related issues quickly.
* No manual efforts required.
* Useful in day to day profile comparison.
* Saves hours of time especially in migration projects.
* Plug and play.
* No special skills required to use it.

****** How To Use It ******
Once extension is installed in your chrome browser 

* In Lightning 
Login To Salesforce -> Setup -> SetupHome (Extension will be loaded on right side)

*In Classic 
Login To Salesforce -> Setup -> HomePage (Extension will be available above recent items)

* Now select 2 different profiles and click on find difference. That's it, your difference will be loaded in a tabular format and it will only show the access difference. 
* You can download this difference pdf report and share it with your team if you want.

****** Feedback ******
* If this tool helps you to save your time while working on projects in any way. Please help to share your valuable feedback.

And at the end purpose of creating this extension is to save your time. Hence Smile Please 😊

****** Disclaimer ******
This is not a Salesforce.com product

The information provided by Crazy Compare ('we', 'us', or 'our') on extension is as a utility purposes only. We do not store any of your personal information. All information on the extension is provided in good faith, however we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability, or completeness of any information on the Site. UNDER NO CIRCUMSTANCE SHALL WE HAVE ANY LIABILITY TO YOU FOR ANY LOSS OR DAMAGE OF ANY KIND INCURRED AS A RESULT OF THE USE OF THIS EXTENSION OR RELIANCE ON ANY INFORMATION PROVIDED REGARDING THE EXTENSION. YOUR USE OF THE EXTENSION AND
YOUR RELIANCE ON ANY INFORMATION ON THE EXTENSION IS SOLELY AT YOUR OWN RISK.

#Update v1.0.1 : 
======
- UI messages fixed for non API Enabled users.

#Update v1.0.2 : 
======
- Added difference report filter.
- Difference report UI updated.

#Update v1.1.0 : 
======
- UI updated.
- Patch fix updated.

#Update v1.1.1/ v1.1.2: 
======
- Refreshed difference UI. 
- UI on large display fixed.

#Update v1.1.3/v1.1.4: 
======
- Fixed : Field difference block was not displaying when there is not difference.
- UI fixes.

#Update v1.1.5/ v1.1.6: 
======
- Bug Fixes.                    

Informations de Base sur l'Extension

Nom Crazy Compare For Salesforce Crazy Compare For Salesforce
ID bncmdklijpjfpmpdmobeafcegnnkkjff
URL Officiel https://chromewebstore.google.com/detail/crazy-compare-for-salesfo/bncmdklijpjfpmpdmobeafcegnnkkjff
Description Quickly compare two different salesforce profiles and find difference
Taille du Fichier 81.89 KB
Nombre d'Installations 6,559
Version Actuelle 1.1.6
Dernière Mise à Jour 2023-06-03
Date de Publication 2022-10-10
Évaluation 4.41/5 Total 17 Évaluations
Développeur Ajinkya Dhas
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crazy Compare For Salesforce",
    "version": "1.1.6",
    "description": "Quickly compare two different salesforce profiles and find difference",
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/content.js",
                "js\/global.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/loader.css"
            ],
            "incognito": "split",
            "matches": [
                "https:\/\/*.my.salesforce.com\/setup*",
                "https:\/\/*.lightning.force.com\/lightning\/setup\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.my.salesforce.com\/setup*",
        "https:\/\/*.lightning.force.com\/lightning\/setup\/*"
    ],
    "permissions": [
        "cookies",
        "activeTab"
    ]
}