Smartsheet
Desktop App Redirect extension.
Smartsheet là gì?
Smartsheet là một tiện ích mở rộng Chrome được phát triển bởi Smartsheet Desktop App Engineering, và tính năng chính của nó là "Desktop App Redirect extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smartsheet
Tải xuống các tệp mở rộng Smartsheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smartsheet |
ID | bgjmgnnejbaolgolmagcgcfinhpdbcgn |
URL Chính Thức | https://chromewebstore.google.com/detail/smartsheet/bgjmgnnejbaolgolmagcgcfinhpdbcgn |
Mô tả | Desktop App Redirect extension. |
Kích Thước Tệp | 325 KB |
Số Lần Cài Đặt | 3,943 |
Phiên Bản Hiện Tại | 1.0.0.9 |
Cập Nhật Lần Cuối | 2023-06-27 |
Ngày Phát Hành | 2022-08-29 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Smartsheet Desktop App Engineering |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.smartsheet.com |
URL Trang Trợ Giúp | https://help.smartsheet.com/contact |
URL Trang Chính Sách Bảo Mật | https://www.smartsheet.com/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |