Smartsheet Extension

Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.

Smartsheet Extension là gì?

Smartsheet Extension là một tiện ích mở rộng Chrome được phát triển bởi ing.cmolina, và tính năng chính của nó là "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smartsheet Extension

Tải xuống các tệp mở rộng Smartsheet Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smartsheet Extension Smartsheet Extension
ID alaiobianfncjpaneanbdpecondcnifn
URL Chính Thức https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn
Mô tả Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
Kích Thước Tệp 26.75 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-04
Ngày Phát Hành 2023-07-03
Nhà Phát Triển ing.cmolina
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}