NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
Wat is NetSuite Fixed Sublist Headers?
NetSuite Fixed Sublist Headers is een Chrome-extensie ontwikkeld door Kayla Kuhlman, en de belangrijkste functie is "Fixes all sublist headers so that they are still visible while scrolling".
Extensie Screenshots
Download het CRX-bestand van de extensie NetSuite Fixed Sublist Headers
Download NetSuite Fixed Sublist Headers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | jkccganjjljmcfncmalmoiamfnefejpg |
| Officiële URL | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
| Beschrijving | Fixes all sublist headers so that they are still visible while scrolling |
| Bestandsgrootte | 35.27 KB |
| Aantal Installaties | 2,065 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-11-08 |
| Publicatiedatum | 2021-11-07 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Kayla Kuhlman |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |