Why Salesforce

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

Why Salesforce là gì?

Why Salesforce là một tiện ích mở rộng Chrome được phát triển bởi https://www.salesforcementor.com, và tính năng chính của nó là "Stuff that Salesforce should have added already... Adding flow and user tabs into setup.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Why Salesforce

Tải xuống các tệp mở rộng Why Salesforce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Why Salesforce Why Salesforce
ID ghakkjfjpnhpggbkfkeplbefkipfoaod
URL Chính Thức https://chromewebstore.google.com/detail/why-salesforce/ghakkjfjpnhpggbkfkeplbefkipfoaod
Mô tả Stuff that Salesforce should have added already... Adding flow and user tabs into setup.
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 3,493
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-08-09
Ngày Phát Hành 2022-11-14
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://www.salesforcementor.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/walters954/why-salesforce
URL Trang Trợ Giúp https://github.com/walters954/why-salesforce
URL Trang Chính Sách Bảo Mật https://www.salesforcementor.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}