NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
什麼是NetSuite Fixed Sublist Headers?
NetSuite Fixed Sublist Headers是由Kayla Kuhlman開發的Chrome擴展程式,該擴展的主要功能是“Fixes all sublist headers so that they are still visible while scrolling”。
擴展截圖
下載NetSuite Fixed Sublist Headers擴展crx文件
下載NetSuite Fixed Sublist Headers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | NetSuite Fixed Sublist Headers |
ID | jkccganjjljmcfncmalmoiamfnefejpg |
官方網址 | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
簡介 | Fixes all sublist headers so that they are still visible while scrolling |
檔案大小 | 35.27 KB |
安裝次數 | 2,065 |
目前版本 | 1.0 |
更新時間 | 2021-11-08 |
上架時間 | 2021-11-07 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Kayla Kuhlman |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |