Smartsheet

Desktop App Redirect extension.

Smartsheetคืออะไร?

Smartsheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smartsheet Desktop App Engineering และคุณลักษณะหลักของมันคือ "Desktop App Redirect extension."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smartsheet

ดาวน์โหลดไฟล์ส่วนขยาย Smartsheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
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"
    }
}