NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
What is NetSuite Fixed Sublist Headers?
NetSuite Fixed Sublist Headers is a Chrome extension developed by Kayla Kuhlman, and its main feature is "Fixes all sublist headers so that they are still visible while scrolling".
Extension Screenshots
Download NetSuite Fixed Sublist Headers Extension CRX File
Download NetSuite Fixed Sublist Headers 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
Ever dream of sticky headers when encountering a long sublist in NetSuite?! This extension will fix the headers so that they are visible while scrolling!
Extension Basic Information
Name | NetSuite Fixed Sublist Headers |
ID | jkccganjjljmcfncmalmoiamfnefejpg |
Official URL | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
Description | Fixes all sublist headers so that they are still visible while scrolling |
File Size | 35.27 KB |
Installation Count | 2,065 |
Current Version | 1.0 |
Last Updated | 2021-11-08 |
Publish Date | 2021-11-07 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Kayla Kuhlman |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Kayla Kuhlman", "manifest_version": 2, "name": "NetSuite Fixed Sublist Headers", "description": "Fixes all sublist headers so that they are still visible while scrolling", "version": "1.0", "content_scripts": [ { "js": [ "lib\/jquery.min.js", "content.js" ], "matches": [ "*:\/\/*.app.netsuite.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.netsuite.com\/*" ] } |