Smartsheet Extension
Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
Hvad er Smartsheet Extension?
Smartsheet Extension er en Chrome-udvidelse udviklet af ing.cmolina, og dens hovedfunktion er "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.".
Udvidelsesskærmbilleder
Download Smartsheet Extension-udvidelses-CRX-fil
Download Smartsheet Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Smartsheet Extension |
ID | alaiobianfncjpaneanbdpecondcnifn |
Officiel URL | https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn |
Beskrivelse | Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row. |
Filstørrelse | 26.75 KB |
Antal Installationer | 133 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-07-04 |
Udgivelsesdato | 2023-07-03 |
Udvikler | ing.cmolina |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |