Watcher for Yandex Mail™

Secure check new Yandex Mail™.

Watcher for Yandex Mail™คืออะไร?

Watcher for Yandex Mail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sonthakit และคุณลักษณะหลักของมันคือ "Secure check new Yandex Mail™."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watcher for Yandex Mail™

ดาวน์โหลดไฟล์ส่วนขยาย Watcher for Yandex Mail™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        From the same developer of "Yandex Mail Watcher" for Firefox. Please note that this extension is not created by Yandex or Google.

Description.
============

Watch for your Yandex Mail and report to you in toolbar icon.

Check Yandex Mail at specific interval from 1 minute to 3 hours or manually.

Automatic recheck (update counter) when last tab of Yandex Mail is closed.

Can select to alert by sound, by notification window or by blinking icon.

Can select to alert only inbox or all folders (except Spam, Drafts, Sent and Trash).

Can select to alert unread email or newly arrived email (by increasing unread email count method).

Sound can be selected to be "default sound" or "custom sound".

Icon can be changed as you like by changing skin option. You can create your own icon by yourself.

Use secure protocol - HTTPS-SSL to connect to Yandex Mail server. Safe from eavesdroppers.

No unnecessary action take. Simple is the rule.

High security. No need to input username and password. Nothing storage.

This extension use Browser cookie to get information. So, security level is the same as Yandex Mail website security.

This extension work only after you log on at the Yandex Mail website. As long as you stay log on, this extension still work.

If you log out from Yandex Mail website, this extension log out too!

Design for maximum security. There is no backdoor, virus, adware, spyware or malware in this extension.

Incognito mode compatibility. "Watcher for Yandex Mail™" will not leave any traces after you stop incognito mode.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Watcher for Yandex Mail™ Watcher for Yandex Mail™
ID gbahpfmknhllfegibbfdialakjagbdkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/watcher-for-yandex-mail/gbahpfmknhllfegibbfdialakjagbdkl
คำอธิบาย Secure check new Yandex Mail™.
ขนาดไฟล์ 68.22 KB
จำนวนการติดตั้ง 4,037
เวอร์ชันปัจจุบัน 2.30
อัปเดตครั้งล่าสุด 2017-03-06
วันที่เผยแพร่ 2017-03-06
คะแนน 3.72/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา sonthakit
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.30",
    "minimum_chrome_version": "28",
    "default_locale": "en",
    "icons": {
        "16": "c16.png",
        "48": "c48.png",
        "128": "c128.png"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "*:\/\/*.yandex.com\/",
        "*:\/\/*.yandex.by\/",
        "*:\/\/*.yandex.kz\/",
        "*:\/\/*.yandex.ru\/",
        "*:\/\/*.yandex.com.tr\/",
        "*:\/\/*.yandex.ua\/",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "edition.js",
            "background.js",
            "encrypt.js"
        ],
        "persistent": true
    },
    "options_page": "options.xhtml",
    "browser_action": {
        "default_icon": {
            "19": "c19.png",
            "38": "c38.png"
        }
    },
    "author": "__MSG_author__"
}