Smartsheet
Desktop App Redirect extension.
What is Smartsheet?
Smartsheet is a Chrome extension developed by Smartsheet Desktop App Engineering, and its main feature is "Desktop App Redirect extension.".
Extension Screenshots
Download Smartsheet Extension CRX File
Download Smartsheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Smartsheet |
ID | bgjmgnnejbaolgolmagcgcfinhpdbcgn |
Official URL | https://chromewebstore.google.com/detail/smartsheet/bgjmgnnejbaolgolmagcgcfinhpdbcgn |
Description | Desktop App Redirect extension. |
File Size | 325 KB |
Installation Count | 3,943 |
Current Version | 1.0.0.9 |
Last Updated | 2023-06-27 |
Publish Date | 2022-08-29 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Smartsheet Desktop App Engineering |
[email protected] | |
Payment Type | free |
Extension Website | https://www.smartsheet.com |
Help Page URL | https://help.smartsheet.com/contact |
Privacy Policy Page URL | https://www.smartsheet.com/legal/privacy |
Supported Languages | 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" } } |