Salesforce Easy Navigator

This extension will help you to navigate Salesforce's most used tools

Salesforce Easy Navigator là gì?

Salesforce Easy Navigator là một tiện ích mở rộng Chrome được phát triển bởi Shakhawat Hossain, và tính năng chính của nó là "This extension will help you to navigate Salesforce's most used tools".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Salesforce Easy Navigator 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

                        You can instantly go to Object manager, Developer console, Home, any Standard and Custom object, and many more with a single click.

You can also bookmark 10 of your most-used tools. This is the new feature. You need to enter the title and URL as below.
/lightning/setup/StaticResources/home
Then simply click the navigation button on the right side. Please watch the promo video to understand the whole concept.

You can navigate any standard and custom object by putting the object name in the input box of the Object section.

Now you don’t need to go Setup and search for a particular thing. You can directly go to your desired tools.

The good part of this extension is, it will work for non-English salesforce users as well.
Currently, it works only for Lightning.

I hope this extension will save your time and make you more productive.

version: 2.3.0.0
- Object Edit page issue has been resolved.
- Record Type issue on Object creation has been resolve.
- Added open in a new tab or not functionality. 

For any queries: [email protected]                    

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

Tên Salesforce Easy Navigator Salesforce Easy Navigator
ID oiaghoidghokmelfojmlilhigihhmeba
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-easy-navigator/oiaghoidghokmelfojmlilhigihhmeba
Mô tả This extension will help you to navigate Salesforce's most used tools
Kích Thước Tệp 14.22 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 2.3.0.0
Cập Nhật Lần Cuối 2022-03-02
Ngày Phát Hành 2021-10-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Shakhawat Hossain
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://shawon39.github.io/Privacy-policy/index.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Easy Navigator",
    "description": "This extension will help you to navigate Salesforce's most used tools",
    "version": "2.3.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/navigator16.png",
            "32": "\/images\/navigator32.png",
            "48": "\/images\/navigator48.png",
            "128": "\/images\/navigator128.png"
        }
    },
    "icons": {
        "16": "\/images\/navigator16.png",
        "32": "\/images\/navigator32.png",
        "48": "\/images\/navigator48.png",
        "128": "\/images\/navigator128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}