Why Salesforce
Stuff that Salesforce should have added already... Adding flow and user tabs into setup.
Why Salesforceとは何ですか?
Why Salesforceはhttps://www.salesforcementor.comによって開発されたChromeの拡張機能で、その主な機能は「Stuff that Salesforce should have added already... Adding flow and user tabs into setup.」です。
拡張機能のスクリーンショット
Why Salesforce拡張機能のCRXファイルをダウンロード
Why Salesforce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |