Smartsheet
Desktop App Redirect extension.
Smartsheet क्या है?
Smartsheet Smartsheet Desktop App Engineering द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Desktop App Redirect extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smartsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |