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 |
| Eメール | [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"
}
} | |