Crazy Compare For Salesforce

Quickly compare two different salesforce profiles and find difference

Wat is Crazy Compare For Salesforce?

Crazy Compare For Salesforce is een Chrome-extensie ontwikkeld door Ajinkya Dhas, en de belangrijkste functie is "Quickly compare two different salesforce profiles and find difference".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Crazy Compare For Salesforce

Download Crazy Compare For Salesforce-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

                        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.                    

Basisinformatie over de Extensie

Naam Crazy Compare For Salesforce Crazy Compare For Salesforce
ID bncmdklijpjfpmpdmobeafcegnnkkjff
Officiële URL https://chromewebstore.google.com/detail/crazy-compare-for-salesfo/bncmdklijpjfpmpdmobeafcegnnkkjff
Beschrijving Quickly compare two different salesforce profiles and find difference
Bestandsgrootte 81.89 KB
Aantal Installaties 6,559
Huidige Versie 1.1.6
Laatst Bijgewerkt 2023-06-03
Publicatiedatum 2022-10-10
Beoordeling 4.41/5 Totaal 17 Beoordelingen
Ontwikkelaar Ajinkya Dhas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}