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.”。

擴展截圖

screenshot

下載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 Smartsheet Extension
ID alaiobianfncjpaneanbdpecondcnifn
官方網址 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\/*"
            ]
        }
    ]
}