Why Salesforce
Stuff that Salesforce should have added already... Adding flow and user tabs into setup.
Why Salesforceคืออะไร?
Why Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.salesforcementor.com และคุณลักษณะหลักของมันคือ "Stuff that Salesforce should have added already... Adding flow and user tabs into setup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Why Salesforce
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | walters954@salesforcementor.com |
ประเภทการชำระเงิน | 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" } } |