Why Salesforce

Stuff that Salesforce should have added already... Adding flow and user tabs into setup.

What is Why Salesforce?

Why Salesforce is a Chrome extension developed by https://www.salesforcementor.com, and its main feature is "Stuff that Salesforce should have added already... Adding flow and user tabs into setup.".

Extension Screenshots

screenshot

Download Why Salesforce Extension CRX File

Download Why Salesforce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add custom flow and user tabs to Salesforce setup. 
Tired of typing in "f-l-o-w" into the setup search. There has to be a better way?! Why not use all the space in the setup tab menu that Salesforce already give us? Well that's exactly what this extension does. I don't know about you but I've probably typed in user and flow into the setup at least a thousand time and it makes me go... why Salesforce.

Basically functionality that Salesforce should already have...

See more at https://github.com/walters954/why-salesforce
Privacy Policy: https://www.salesforcementor.com/privacy-policy-why-salesforce                    

Extension Basic Information

Name Why Salesforce Why Salesforce
ID ghakkjfjpnhpggbkfkeplbefkipfoaod
Official URL https://chromewebstore.google.com/detail/why-salesforce/ghakkjfjpnhpggbkfkeplbefkipfoaod
Description Stuff that Salesforce should have added already... Adding flow and user tabs into setup.
File Size 250 KB
Installation Count 3,493
Current Version 1.3
Last Updated 2023-08-09
Publish Date 2022-11-14
Rating 5.00/5 Total 12 Ratings
Developer https://www.salesforcementor.com
Email [email protected]
Payment Type free
Extension Website https://github.com/walters954/why-salesforce
Help Page URL https://github.com/walters954/why-salesforce
Privacy Policy Page URL https://www.salesforcementor.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Why Salesforce",
    "version": "1.3",
    "permissions": [
        "storage"
    ],
    "description": "Stuff that Salesforce should have added already... Adding flow and user tabs into setup.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.lightning.force.com\/lightning\/setup\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/whysf16.png",
        "32": "images\/whysf32.png",
        "48": "images\/whysf48.png",
        "128": "images\/whysf128.png"
    },
    "action": {
        "default_title": "Why Salesforce",
        "default_popup": "popup.html"
    }
}