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 |
公式URL | 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 |
Eメール | [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\/*" ] } |