Salesforce smart setup navigation
Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
Salesforce smart setup navigation là gì?
Salesforce smart setup navigation là một tiện ích mở rộng Chrome được phát triển bởi przemek.gonda, và tính năng chính của nó là "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Salesforce smart setup navigation
Tải xuống các tệp mở rộng Salesforce smart setup navigation 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
If you want to have more tabs on your quick navigation bar in the Salesforce Setup page, this extensions is made for you. Instead of having only Home and Object Manager tabs you will have possibility to add most used tabs to that navbar. Just click the settings button and add more tabs, then order them as you wish. Don't be afraid to add too many tabs, as the navbar is horizontal scrollable from now. Featured updates: 1.1.x - donate button to support further development 1.2.x - settings are stored in chrome extension storage
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Salesforce smart setup navigation |
ID | pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
URL Chính Thức | https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
Mô tả | Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar. |
Kích Thước Tệp | 7.06 KB |
Số Lần Cài Đặt | 142 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2022-04-28 |
Ngày Phát Hành | 2022-04-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | przemek.gonda |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce smart setup navigation", "description": "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.", "version": "1.2.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.lightning.force.com\/lightning\/setup\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |