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 |
电子邮箱 | [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" } } |