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 |
官方網址 | 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 |
電子郵箱 | [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" } } |