Quire

Quire is a modern collaborative project management software made to help visionary teams with big ideas. Like yours.

什么是Quire?

Quire是由https://quire.io开发的Chrome扩展程序,该扩展的主要功能是“Quire is a modern collaborative project management software made to help visionary teams with big ideas. Like yours.”。

扩展截图

screenshot
screenshot
screenshot

下载Quire扩展crx文件

下载Quire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We help you capture your ideas, break them down into small steps, and get them done.

Whether you're creating an app with your friends, working on a project with your colleagues, or planning a vacation with your family, Quire makes it easy for you to accomplish them!

The Quire Chrome Extension lets you quickly access your projects, and get notified on updates in any web page.

In the Options, you can choose to turn desktop notifications on or off and how often you'd like to receive them.                    

扩展基本信息

名称 Quire Quire
ID fafnibnpfejgmleffgpnddkboddbipgm
官方URL https://chromewebstore.google.com/detail/quire/fafnibnpfejgmleffgpnddkboddbipgm
简介 Quire is a modern collaborative project management software made to help visionary teams with big ideas. Like yours.
文件大小 40.51 KB
安装次数 2,776
当前版本 0.9.31
更新时间 2023-11-30
上架时间 2020-05-29
评分 4.79/5 共28次评分
开发者 https://quire.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://quire.io/
帮助页面URL https://quire.io/w/Quire_Feedbacks
隐私政策页面URL https://quire.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quire",
    "version": "0.9.31",
    "description": "Quire is a modern collaborative project management software made to help visionary teams with big ideas. Like yours.",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/quire.io\/*"
    ],
    "icons": {
        "16": "logo\/logomark_16.png",
        "48": "logo\/logomark_48.png",
        "128": "logo\/logomark_128.png"
    },
    "browser_action": {
        "default_icon": "logo\/logomark_16.png",
        "no_default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/quire.io https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/www.googleadservices.com https:\/\/ajax.googleapis.com https:\/\/bat.bing.com https:\/\/d12y7sg0iam4lc.cloudfront.net; object-src 'self'",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/quire.io\/*",
            "https:\/\/*.quire.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quire.io\/*",
                "https:\/\/*.quire.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html"
}