Smartsheet

Desktop App Redirect extension.

Apa itu Smartsheet?

Smartsheet adalah ekstensi Chrome yang dikembangkan oleh Smartsheet Desktop App Engineering, dan fitur utamanya adalah "Desktop App Redirect extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Smartsheet

Unduh file ekstensi Smartsheet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Smartsheet Smartsheet
ID bgjmgnnejbaolgolmagcgcfinhpdbcgn
URL Resmi https://chromewebstore.google.com/detail/smartsheet/bgjmgnnejbaolgolmagcgcfinhpdbcgn
Deskripsi Desktop App Redirect extension.
Ukuran File 325 KB
Jumlah Instalasi 3,943
Versi Saat Ini 1.0.0.9
Terakhir Diperbarui 2023-06-27
Tanggal Publikasi 2022-08-29
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Smartsheet Desktop App Engineering
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.smartsheet.com
URL Halaman Bantuan https://help.smartsheet.com/contact
URL Halaman Kebijakan Privasi https://www.smartsheet.com/legal/privacy
Bahasa yang Didukung 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"
    }
}