Smartsheet

Desktop App Redirect extension.

Co to jest Smartsheet?

Smartsheet to rozszerzenie Chrome opracowane przez Smartsheet Desktop App Engineering, a jego główną funkcją jest „Desktop App Redirect extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smartsheet

Pobierz pliki rozszerzeń Smartsheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa Smartsheet Smartsheet
ID bgjmgnnejbaolgolmagcgcfinhpdbcgn
Oficjalny URL https://chromewebstore.google.com/detail/smartsheet/bgjmgnnejbaolgolmagcgcfinhpdbcgn
Opis Desktop App Redirect extension.
Rozmiar pliku 325 KB
Liczba instalacji 3,943
Aktualna Wersja 1.0.0.9
Ostatnia Aktualizacja 2023-06-27
Data Publikacji 2022-08-29
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Smartsheet Desktop App Engineering
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.smartsheet.com
Adres URL Strony Pomocy https://help.smartsheet.com/contact
Adres URL Strony Polityki Prywatności https://www.smartsheet.com/legal/privacy
Obsługiwane Języki 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"
    }
}