Crazy Compare For Salesforce

Quickly compare two different salesforce profiles and find difference

Cos'è Crazy Compare For Salesforce?

Crazy Compare For Salesforce è un'estensione di Chrome sviluppata da Ajinkya Dhas, e la sua funzione principale è "Quickly compare two different salesforce profiles and find difference".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crazy Compare For Salesforce

Scarica i file di estensione Crazy Compare For Salesforce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Crazy Compare For Salesforce Crazy Compare For Salesforce
ID bncmdklijpjfpmpdmobeafcegnnkkjff
URL Ufficiale https://chromewebstore.google.com/detail/crazy-compare-for-salesfo/bncmdklijpjfpmpdmobeafcegnnkkjff
Descrizione Quickly compare two different salesforce profiles and find difference
Dimensione del File 81.89 KB
Conteggio Installazioni 6,559
Versione Corrente 1.1.6
Ultimo Aggiornamento 2023-06-03
Data di Pubblicazione 2022-10-10
Valutazione 4.41/5 Totale 17 Valutazioni
Sviluppatore Ajinkya Dhas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}