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 |
| 官方URL | 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"
}
} | |