Command & Conquer TA Zmail

Mail client.

Command & Conquer TA Zmail क्या है?

Command & Conquer TA Zmail Bluepix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mail client."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Command & Conquer TA Zmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Command & Conquer TA Zmail Command & Conquer TA Zmail
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"
            ]
        }
    ]
}