Smartsheet Extension

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

Smartsheet Extension क्या है?

Smartsheet Extension ing.cmolina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smartsheet Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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\/*"
            ]
        }
    ]
}