Crazy Compare For Salesforce

Quickly compare two different salesforce profiles and find difference

O que é Crazy Compare For Salesforce?

Crazy Compare For Salesforce é uma extensão do Chrome desenvolvida por Ajinkya Dhas, e sua principal característica é "Quickly compare two different salesforce profiles and find difference".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crazy Compare For Salesforce

Baixe arquivos de extensão Crazy Compare For Salesforce no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Crazy Compare For Salesforce Crazy Compare For Salesforce
ID bncmdklijpjfpmpdmobeafcegnnkkjff
URL Oficial https://chromewebstore.google.com/detail/crazy-compare-for-salesfo/bncmdklijpjfpmpdmobeafcegnnkkjff
Descrição Quickly compare two different salesforce profiles and find difference
Tamanho do Arquivo 81.89 KB
Contagem de Instalações 6,559
Versão Atual 1.1.6
Última Atualização 2023-06-03
Data de Publicação 2022-10-10
Classificação 4.41/5 Total de 17 Avaliações
Desenvolvedor Ajinkya Dhas
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}