Collab.email
Let's rethink email.
Collab.emailとは何ですか?
Collab.emailはhttp://collab.emailによって開発されたChromeの拡張機能で、その主な機能は「Let's rethink email.」です。
拡張機能のスクリーンショット
Collab.email拡張機能のCRXファイルをダウンロード
Collab.email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Collab.email brings collaboration to your Gmail. Using Collab.email you can share your emails, chat with your team inside threads and use annotations and mentions to quickly collaborate and get things done! Give us a try — it’s free!
拡張機能の基本情報
名前 | |
ID | dlokeagiggcpobbgkkidmpdjmbmddall |
公式URL | https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall |
説明 | Let's rethink email. |
ファイルサイズ | 46.72 KB |
インストール数 | 27 |
現在のバージョン | 0.0.8 |
最終更新日 | 2015-11-16 |
公開日 | 2015-11-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | http://collab.email |
支払い方法 | free |
拡張機能のウェブサイト | https://collab.email |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon-16px.png", "48": "images\/icon-48px.png", "128": "images\/icon-128px.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "js\/boot.js" ], "css": [ "css\/style.css" ], "all_frames": true, "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/localhost:8443\/*", "https:\/\/*.api.collab.email\/*", "https:\/\/collab.email\/*", "https:\/\/collabemail215-135c.kxcdn.com\/*", "https:\/\/collabemail360-135c.kxcdn.com\/*", "https:\/\/dfdbz2tdq3k01.cloudfront.net\/*", "https:\/\/secure.quantserve.com\/*", "https:\/\/wfpscripts.webspectator.com\/*", "https:\/\/*.realtime.co\/*" ] }, "incognito": "split", "permissions": [ " |