Smartsheet Extension
Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
What is Smartsheet Extension?
Smartsheet Extension is a Chrome extension developed by ing.cmolina, and its main feature is "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.".
Extension Screenshots
Download Smartsheet Extension Extension CRX File
Download Smartsheet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Smartsheet Extension |
ID | alaiobianfncjpaneanbdpecondcnifn |
Official URL | https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn |
Description | Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row. |
File Size | 26.75 KB |
Installation Count | 133 |
Current Version | 1.0 |
Last Updated | 2023-07-04 |
Publish Date | 2023-07-03 |
Developer | ing.cmolina |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |