Smartsheet

Desktop App Redirect extension.

ما هو Smartsheet؟

Smartsheet هو إضافة Chrome تم تطويرها بواسطة Smartsheet Desktop App Engineering، والميزة الرئيسية لها هي "Desktop App Redirect extension.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Smartsheet

قم بتنزيل ملفات الامتداد Smartsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://help.smartsheet.com/contact
عنوان صفحة سياسة الخصوصية 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"
    }
}