NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
O que é NetSuite Fixed Sublist Headers?
NetSuite Fixed Sublist Headers é uma extensão do Chrome desenvolvida por Kayla Kuhlman, e sua principal característica é "Fixes all sublist headers so that they are still visible while scrolling".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NetSuite Fixed Sublist Headers
Baixe arquivos de extensão NetSuite Fixed Sublist Headers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | NetSuite Fixed Sublist Headers |
ID | jkccganjjljmcfncmalmoiamfnefejpg |
URL Oficial | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
Descrição | Fixes all sublist headers so that they are still visible while scrolling |
Tamanho do Arquivo | 35.27 KB |
Contagem de Instalações | 2,065 |
Versão Atual | 1.0 |
Última Atualização | 2021-11-08 |
Data de Publicação | 2021-11-07 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Kayla Kuhlman |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |