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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}