Smartsheet Extension
Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
什么是Smartsheet Extension?
Smartsheet Extension是由ing.cmolina开发的Chrome扩展程序,该扩展的主要功能是“Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.”。
扩展截图
下载Smartsheet Extension扩展crx文件
下载Smartsheet Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Smartsheet Extension |
ID | alaiobianfncjpaneanbdpecondcnifn |
官方URL | https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn |
简介 | Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row. |
文件大小 | 26.75 KB |
安装次数 | 133 |
当前版本 | 1.0 |
更新时间 | 2023-07-04 |
上架时间 | 2023-07-03 |
开发者 | ing.cmolina |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |