Open in Quip Desktop
Opens quip.com links in the Quip desktop app.
什麼是Open in Quip Desktop?
Open in Quip Desktop是由https://quip.com開發的Chrome擴展程式,該擴展的主要功能是“Opens quip.com links in the Quip desktop app.”。
擴展截圖
下載Open in Quip Desktop擴展crx文件
下載Open in Quip Desktop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Automatically opens all quip.com links to documents, messages and folders in the Quip desktop app (available at https://quip.com/download).                     擴展基本資訊
| 名稱 |   |  
| ID | plngblkheekhhnglfpinaigbnhcjgnjm | 
| 官方網址 | https://chromewebstore.google.com/detail/open-in-quip-desktop/plngblkheekhhnglfpinaigbnhcjgnjm | 
| 簡介 | Opens quip.com links in the Quip desktop app. | 
| 檔案大小 | 28.42 KB | 
| 安裝次數 | 2,613 | 
| 目前版本 | 1.0.6 | 
| 更新時間 | 2018-10-18 | 
| 上架時間 | 2018-10-18 | 
| 評分 | 2.41/5 共 37 次評分 | 
| 開發者 | https://quip.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://quip.com/ | 
| 說明頁面URL | https://www.quipsupport.com/ | 
| 隱私政策頁面URL | https://quip.com/about/privacy | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Quip Desktop",
    "description": "Opens quip.com links in the Quip desktop app.",
    "version": "1.0.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.quip.com\/*"
    ],
    "background": {
        "scripts": [
            "desktop-url.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}  |  |