NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
Cos'è NetSuite Fixed Sublist Headers?
NetSuite Fixed Sublist Headers è un'estensione di Chrome sviluppata da Kayla Kuhlman, e la sua funzione principale è "Fixes all sublist headers so that they are still visible while scrolling".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NetSuite Fixed Sublist Headers
Scarica i file di estensione NetSuite Fixed Sublist Headers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | jkccganjjljmcfncmalmoiamfnefejpg |
| URL Ufficiale | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
| Descrizione | Fixes all sublist headers so that they are still visible while scrolling |
| Dimensione del File | 35.27 KB |
| Conteggio Installazioni | 2,065 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-11-08 |
| Data di Pubblicazione | 2021-11-07 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Kayla Kuhlman |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |