Salesforce UI Improver
This extension makes Salesforce User Interface better!
Salesforce UI Improver là gì?
Salesforce UI Improver là một tiện ích mở rộng Chrome được phát triển bởi https://sfuiimprover.com, và tính năng chính của nó là "This extension makes Salesforce User Interface better!".
Ả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 UI Improver
Tải xuống các tệp mở rộng Salesforce UI Improver 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
This extension makes Salesforce User Interface better! Changes in the latest version 0.5.1: * All features works quicker! * Move little bit up underscore symbol "_" in links * Bug with incorrect Fields API Names order fixed * Added link to details page for standard fields on Field API Name tip Features in previous versions: * Link "Show 1000 records per page" on pages with pagination * Show rows numeration in tables * Check all checkboxes in one click * Show Field API Names on page layouts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Salesforce UI Improver |
ID | cfihjphppakcdhnkbnjboipgblbjapha |
URL Chính Thức | https://chromewebstore.google.com/detail/salesforce-ui-improver/cfihjphppakcdhnkbnjboipgblbjapha |
Mô tả | This extension makes Salesforce User Interface better! |
Kích Thước Tệp | 532 KB |
Số Lần Cài Đặt | 1,021 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2018-09-28 |
Ngày Phát Hành | 2018-09-28 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://sfuiimprover.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sfuiimprover.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce UI Improver", "description": "This extension makes Salesforce User Interface better!", "version": "1.5.1", "options_ui": { "page": "html\/popup.html", "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "css": [ "css\/scripts.css" ], "js": [ "js\/jquery-2.2.4.min.js", "js\/scripts.js", "js\/script-manager.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/*.salesforce.com\/*", "storage" ], "web_accessible_resources": [ "fonts\/*" ] } |