Why Salesforce
Stuff that Salesforce should have added already... Adding flow and user tabs into setup.
Why Salesforce क्या है?
Why Salesforce https://www.salesforcementor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stuff that Salesforce should have added already... Adding flow and user tabs into setup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Why Salesforce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Why Salesforce |
ID | ghakkjfjpnhpggbkfkeplbefkipfoaod |
आधिकारिक URL | https://chromewebstore.google.com/detail/why-salesforce/ghakkjfjpnhpggbkfkeplbefkipfoaod |
विवरण | Stuff that Salesforce should have added already... Adding flow and user tabs into setup. |
फ़ाइल का आकार | 250 KB |
स्थापना संख्या | 3,493 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-08-09 |
प्रकाशन तिथि | 2022-11-14 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | https://www.salesforcementor.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/walters954/why-salesforce |
सहायता पृष्ठ URL | https://github.com/walters954/why-salesforce |
गोपनीयता नीति पृष्ठ URL | https://www.salesforcementor.com/privacy-policy |
समर्थित भाषाएँ | 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" } } |