NetSuite: Open Record Browser
This extension makes it easy to view NetSuite record browser for the current record type.
What is NetSuite: Open Record Browser?
NetSuite: Open Record Browser is a Chrome extension developed by Nabeel, and its main feature is "This extension makes it easy to view NetSuite record browser for the current record type.".
Extension Screenshots
Download NetSuite: Open Record Browser Extension CRX File
Download NetSuite: Open Record Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open the NetSuite record browser with one click for that record type! This extension makes it easy to view NetSuite record browser for the current record type. You don't have click multiple times to get to your desired record type. What's new: 1. Using the latest 2023.2 record browser. Fix: 1. Resolve the issue where the link was not working. If you find any issue, please report them via comments.
Extension Basic Information
Name | NetSuite: Open Record Browser |
ID | fgjhpkhfljnfoljdemgglbofabdbmkpo |
Official URL | https://chromewebstore.google.com/detail/netsuite-open-record-brow/fgjhpkhfljnfoljdemgglbofabdbmkpo |
Description | This extension makes it easy to view NetSuite record browser for the current record type. |
File Size | 13.6 KB |
Installation Count | 100 |
Current Version | 2.1 |
Last Updated | 2024-01-16 |
Publish Date | 2023-03-15 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Nabeel |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NetSuite: Open Record Browser", "description": "This extension makes it easy to view NetSuite record browser for the current record type.", "version": "2.1", "action": { "default_title": "NetSuite: Open Record Browser", "default_icon": { "32": "asset\/ns_record_browser_icon-32.png", "64": "asset\/ns_record_browser_icon-64.png", "128": "asset\/ns_record_browser_icon-128.png" } }, "background": { "service_worker": "background.js" }, "browser_action": { "default_icon": "asset\/ns_record_browser_icon-32.png" }, "permissions": [ "activeTab", "scripting" ] } |