Open in Quip Desktop

Opens quip.com links in the Quip desktop app.

Open in Quip Desktop क्या है?

Open in Quip Desktop https://quip.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens quip.com links in the Quip desktop app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open in Quip Desktop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically opens all quip.com links to documents, messages and folders in the Quip desktop app (available at https://quip.com/download).                    

एक्सटेंशन की मूल जानकारी

नाम Open in Quip Desktop Open in Quip Desktop
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"
    }
}