Smartsheet
Desktop App Redirect extension.
Smartsheetとは何ですか?
SmartsheetはSmartsheet Desktop App Engineeringによって開発されたChromeの拡張機能で、その主な機能は「Desktop App Redirect extension.」です。
拡張機能のスクリーンショット
Smartsheet拡張機能のCRXファイルをダウンロード
Smartsheet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Smartsheet Desktop App deep linking redirector (The Smartsheet Desktop App is required for this to work, please do not try to use it if you do not have the Smartsheet Desktop App installed).
拡張機能の基本情報
名前 | Smartsheet |
ID | bgjmgnnejbaolgolmagcgcfinhpdbcgn |
公式URL | https://chromewebstore.google.com/detail/smartsheet/bgjmgnnejbaolgolmagcgcfinhpdbcgn |
説明 | Desktop App Redirect extension. |
ファイルサイズ | 325 KB |
インストール数 | 3,943 |
現在のバージョン | 1.0.0.9 |
最終更新日 | 2023-06-27 |
公開日 | 2022-08-29 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Smartsheet Desktop App Engineering |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.smartsheet.com |
ヘルプページのURL | https://help.smartsheet.com/contact |
プライバシーポリシーページのURL | https://www.smartsheet.com/legal/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smartsheet", "description": "Desktop App Redirect extension.", "version": "1.0.0.9", "manifest_version": 3, "incognito": "spanning", "permissions": [ "tabs", "cookies" ], "host_permissions": [ "*:\/\/*.smartsheet.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "smartsheet.png", "32": "smartsheet.png", "48": "smartsheet.png", "128": "smartsheet.png" } }, "icons": { "16": "smartsheet.png", "32": "smartsheet.png", "48": "smartsheet.png", "128": "smartsheet.png" } } |