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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |