Command & Conquer TA Zmail
Mail client.
Command & Conquer TA Zmailとは何ですか?
Command & Conquer TA ZmailはBluepixによって開発されたChromeの拡張機能で、その主な機能は「Mail client.」です。
拡張機能のスクリーンショット
Command & Conquer TA Zmail拡張機能のCRXファイルをダウンロード
Command & Conquer TA Zmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Zmail is fast and easy to use mail client that allows you to send and receive messages.
Main features:
------------------------------------
Send/receive messages.
Save draft messages.
Block messages from unwanted players.
Documents folder.
Trash folder.
Organize contacts.
Rich text editor features(such as tables, lists and text alignment)*
Alerts (shows notification sent/received messages).
Search messages by subject or sender's name.
*use only if the person receiving your message is using zmail as well.
What's New:
-------------------
v 1.1:
- Added allies, officers and groups(quick list selection) to contacts.
- You can now create, modify, save and delete customized contacts groups.
- Fixed the 1000 limit bug.
- Fixed a bug that was causing the script to crash at start up.
- Improved performance.
v 1.2, 1.3
- Fixed the bug causing downloaded messages to get stuck in the middle.
v 1.3.1
- Fixed the bug causing newly sent/received messages not to download automatically.
v 1.3.2
- Fixed contacts lists' missing scroll bars.
- Fixed the bug causing the script to crash when searching for - contacts.
- Fixed the bug causing the contacts list in compose window to disappear when having contacts added to friends list.
- Improved layout and some graphics. 拡張機能の基本情報
| 名前 | |
| ID | iickajifjeeggpajolinaglnieacdico |
| 公式URL | https://chromewebstore.google.com/detail/command-conquer-ta-zmail/iickajifjeeggpajolinaglnieacdico |
| 説明 | Mail client. |
| ファイルサイズ | 77.86 KB |
| インストール数 | 76 |
| 現在のバージョン | 1.3.2 |
| 最終更新日 | 2013-10-13 |
| 公開日 | 2013-10-13 |
| 評価 | 1.75/5 合計 4 レビュー |
| 開発者 | Bluepix |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Command & Conquer TA Zmail",
"description": "Mail client.",
"version": "1.3.2",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.alliances.commandandconquer.com\/*"
],
"js": [
"content_script.js"
]
}
]
} | |