Smartsheet Extension
Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
O que é Smartsheet Extension?
Smartsheet Extension é uma extensão do Chrome desenvolvida por ing.cmolina, e sua principal característica é "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smartsheet Extension
Baixe arquivos de extensão Smartsheet Extension 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
Enhance your Smartsheet experience with the Smartsheet Extension. This extension executes custom code whenever you visit a Smartsheet URL, allowing you to automate tasks and streamline your workflow. Features: - Scroll to Specific Rows: The included code enables you to scroll directly to a specific row in the Smartsheet grid, making it easier to navigate and focus on the relevant information.
Informações Básicas da Extensão
Nome | Smartsheet Extension |
ID | alaiobianfncjpaneanbdpecondcnifn |
URL Oficial | https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn |
Descrição | Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row. |
Tamanho do Arquivo | 26.75 KB |
Contagem de Instalações | 133 |
Versão Atual | 1.0 |
Última Atualização | 2023-07-04 |
Data de Publicação | 2023-07-03 |
Desenvolvedor | ing.cmolina |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smartsheet Extension", "version": "1.0", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.", "host_permissions": [ "https:\/\/app.smartsheet.com\/sheets\/*" ], "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/app.smartsheet.com\/sheets\/*" ] } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/app.smartsheet.com\/*" ] } ] } |