SuiteAdvanced™ for NetSuite
Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming
SuiteAdvanced™ for NetSuite là gì?
SuiteAdvanced™ for NetSuite là một tiện ích mở rộng Chrome được phát triển bởi https://suiteadvanced.com, và tính năng chính của nó là "Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming".
Ả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 SuiteAdvanced™ for NetSuite
Tải xuống các tệp mở rộng SuiteAdvanced™ for NetSuite 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
Highlighted Features - Ability to customize NetSuite your own way with SuiteAdvanced Scripts - File Cabinet drag and drop uploading - Saved Search split view - See edit mode and results at the same time - Custom themes with the ability to set any color you want - Dark mode! - JSON & XML Syntax Highlighting in many places with themes - Show field IDs next to fields all at the same time with the flip of a switch - Save & Edit button on all records - Global Search shortcuts - Up to 1000 records in the recent records menu 😲 And many many more! Literally 100+ features, and I'm adding more all the time. Videos of Some Features: https://youtube.com/playlist?list=PLVt4_r5YY_mc5n4UOu2yFwNxGuiaUHAoo Please give it a try with a free trial. View changelog in settings. SuiteAdvanced™ is not affiliated, associated, authorized, endorsed by, or in any way officially connected with NetSuite Inc., Oracle Corporation, or any of their subsidiaries or affiliates.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SuiteAdvanced™ for NetSuite |
ID | eambkjlkacecjilgcdmicbpnhkfhdiee |
URL Chính Thức | https://chromewebstore.google.com/detail/suiteadvanced-for-netsuit/eambkjlkacecjilgcdmicbpnhkfhdiee |
Mô tả | Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming |
Kích Thước Tệp | 315 KB |
Số Lần Cài Đặt | 1,540 |
Phiên Bản Hiện Tại | 29.0.2 |
Cập Nhật Lần Cuối | 2024-02-19 |
Ngày Phát Hành | 2022-02-20 |
Đánh Giá | 5.00/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://suiteadvanced.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://SuiteAdvanced.com |
URL Trang Trợ Giúp | https://SuiteAdvanced.com/support |
URL Trang Chính Sách Bảo Mật | https://suiteadvanced.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuiteAdvanced\u2122 for NetSuite", "short_name": "SuiteAdvanced", "version": "29.0.2", "version_name": "29.0.2", "description": "Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "optional_permissions": [ "contextMenus", "bookmarks" ], "host_permissions": [ "https:\/\/*.netsuite.com\/*" ], "background": { "service_worker": "serviceworker.js" }, "content_scripts": [ { "css": [ "netsuite.css" ], "js": [ "lib.js", "netsuite.js" ], "matches": [ "https:\/\/*.netsuite.com\/*" ], "run_at": "document_start", "all_frames": true }, { "css": [ "suitecommerce.css" ], "js": [ "suitecommerce.js" ], "matches": [ "https:\/\/developers.suitecommerce.com\/*" ], "run_at": "document_start" }, { "js": [ "suiteanswers.js" ], "matches": [ "https:\/\/*.custhelp.com\/*" ], "run_at": "document_end" }, { "css": [ "extensionpay.css" ], "js": [ "ExtPay.js" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "run_at": "document_start" }, { "js": [ "extensionpay.js" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/*", "icon\/*" ], "matches": [ "https:\/\/*.netsuite.com\/*", "https:\/\/*.custhelp.com\/*", "https:\/\/extensionpay.com\/*" ] } ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "options_page": "settings.html", "action": { "default_popup": "settings.html#popup", "default_icon": { "19": "19.png", "38": "38.png" } }, "omnibox": { "keyword": "ns" } } |