NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
Vad är NetSuite Fixed Sublist Headers?
NetSuite Fixed Sublist Headers är en Chrome-tillägg utvecklad av Kayla Kuhlman, och dess huvudfunktion är "Fixes all sublist headers so that they are still visible while scrolling".
Tilläggsskärmbilder
Ladda ner NetSuite Fixed Sublist Headers-förlängningens CRX-fil
Ladda ner NetSuite Fixed Sublist Headers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | jkccganjjljmcfncmalmoiamfnefejpg |
| Officiell webbadress | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
| Beskrivning | Fixes all sublist headers so that they are still visible while scrolling |
| Filstorlek | 35.27 KB |
| Antal Installationer | 2,065 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-11-08 |
| Publiceringsdatum | 2021-11-07 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Kayla Kuhlman |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |