Smartsheet Extension

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

Was ist Smartsheet Extension?

Smartsheet Extension ist eine Chrome-Erweiterung, die von ing.cmolina entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.".

Erweiterungsscreenshots

screenshot

Smartsheet Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smartsheet Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Smartsheet Extension Smartsheet Extension
ID alaiobianfncjpaneanbdpecondcnifn
Offizielle URL https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn
Beschreibung Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
Dateigröße 26.75 KB
Installationsanzahl 133
Aktuelle Version 1.0
Letztes Update 2023-07-04
Veröffentlichungsdatum 2023-07-03
Entwickler ing.cmolina
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}