Crazy Compare For Salesforce

Quickly compare two different salesforce profiles and find difference

什么是Crazy Compare For Salesforce?

Crazy Compare For Salesforce是由Ajinkya Dhas开发的Chrome扩展程序,该扩展的主要功能是“Quickly compare two different salesforce profiles and find difference”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Crazy Compare For Salesforce扩展crx文件

下载Crazy Compare For Salesforce扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Crazy Compare For Salesforce Crazy Compare For Salesforce
ID bncmdklijpjfpmpdmobeafcegnnkkjff
官方URL https://chromewebstore.google.com/detail/crazy-compare-for-salesfo/bncmdklijpjfpmpdmobeafcegnnkkjff
简介 Quickly compare two different salesforce profiles and find difference
文件大小 81.89 KB
安装次数 6,559
当前版本 1.1.6
更新时间 2023-06-03
上架时间 2022-10-10
评分 4.41/5 共17次评分
开发者 Ajinkya Dhas
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}