Why Salesforce

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

Wat is Why Salesforce?

Why Salesforce is een Chrome-extensie ontwikkeld door https://www.salesforcementor.com, en de belangrijkste functie is "Stuff that Salesforce should have added already... Adding flow and user tabs into setup.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Why Salesforce

Download Why 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

                        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                    

Basisinformatie over de Extensie

Naam Why Salesforce Why Salesforce
ID ghakkjfjpnhpggbkfkeplbefkipfoaod
Officiële URL https://chromewebstore.google.com/detail/why-salesforce/ghakkjfjpnhpggbkfkeplbefkipfoaod
Beschrijving Stuff that Salesforce should have added already... Adding flow and user tabs into setup.
Bestandsgrootte 250 KB
Aantal Installaties 3,493
Huidige Versie 1.3
Laatst Bijgewerkt 2023-08-09
Publicatiedatum 2022-11-14
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.salesforcementor.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/walters954/why-salesforce
Help Pagina-URL https://github.com/walters954/why-salesforce
URL van de Privacybeleid Pagina https://www.salesforcementor.com/privacy-policy
Ondersteunde Talen 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"
    }
}