Salesforce Easy Navigator

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

Salesforce Easy Navigator란 무엇입니까?

Salesforce Easy Navigator은(는) Shakhawat Hossain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you to navigate Salesforce's most used tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Salesforce Easy Navigator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Salesforce Easy Navigator Salesforce Easy Navigator
ID oiaghoidghokmelfojmlilhigihhmeba
공식 URL https://chromewebstore.google.com/detail/salesforce-easy-navigator/oiaghoidghokmelfojmlilhigihhmeba
설명 This extension will help you to navigate Salesforce's most used tools
파일 크기 14.22 KB
설치 횟수 158
현재 버전 2.3.0.0
최근 업데이트 2022-03-02
출시 날짜 2021-10-24
평점 5.00/5 총 4 개의 평점
개발자 Shakhawat Hossain
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://shawon39.github.io/Privacy-policy/index.html
지원되는 언어 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"
    ]
}