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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |