Open in Quip Desktop
Opens quip.com links in the Quip desktop app.
What is Open in Quip Desktop?
Open in Quip Desktop is a Chrome extension developed by https://quip.com, and its main feature is "Opens quip.com links in the Quip desktop app.".
Extension Screenshots
Download Open in Quip Desktop Extension CRX File
Download Open in Quip Desktop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically opens all quip.com links to documents, messages and folders in the Quip desktop app (available at https://quip.com/download).
Extension Basic Information
Name | Open in Quip Desktop |
ID | plngblkheekhhnglfpinaigbnhcjgnjm |
Official URL | https://chromewebstore.google.com/detail/open-in-quip-desktop/plngblkheekhhnglfpinaigbnhcjgnjm |
Description | Opens quip.com links in the Quip desktop app. |
File Size | 28.42 KB |
Installation Count | 2,613 |
Current Version | 1.0.6 |
Last Updated | 2018-10-18 |
Publish Date | 2018-10-18 |
Rating | 2.41/5 Total 37 Ratings |
Developer | https://quip.com |
[email protected] | |
Payment Type | free |
Extension Website | https://quip.com/ |
Help Page URL | https://www.quipsupport.com/ |
Privacy Policy Page URL | https://quip.com/about/privacy |
Supported Languages | 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" } } |