ProtonMail (unofficial)

Unofficial ProtonMail extension. Provides notifications and makes it possible to close ProtonMail without getting logged out.

Τι είναι το ProtonMail (unofficial);

Το ProtonMail (unofficial) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gitladen7, και η κύρια λειτουργία του είναι "Unofficial ProtonMail extension. Provides notifications and makes it possible to close ProtonMail without getting logged out.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ProtonMail (unofficial)

Λήψη αρχείων επέκτασης ProtonMail (unofficial) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Issues: https://github.com/gitladen7/protonmail-webextension/issues
Source code: https://github.com/gitladen7/protonmail-webextension

General Settings:

    Fetch interval: Select how often the extension will check for new emails.


Settings:

    Persist session: Check it to keep the sessions in browser memory.
    Persist session even if browser is closed: Check it to save the sessions to disk. WARNING: Your mailbox password will be written to your hard drive.
    Show unread count badge: A badge will show on the extension icon with the number of unread emails on the INBOX.
    Show notifications on new emails: If checked then the extension will show a notification when you receive an email.
    Enable peeking: If checked then you will be able to see a list of your inbox unread emails in the extension itself.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ProtonMail (unofficial) ProtonMail (unofficial)
ID jfiaocmgamojjagpllpljapgekgmkaje
Επίσημο URL https://chromewebstore.google.com/detail/protonmail-unofficial/jfiaocmgamojjagpllpljapgekgmkaje
Περιγραφή Unofficial ProtonMail extension. Provides notifications and makes it possible to close ProtonMail without getting logged out.
Μέγεθος Αρχείου 184 KB
Αριθμός Εγκαταστάσεων 1,444
Τρέχουσα Έκδοση 1.10.0
Τελευταία Ενημέρωση 2020-03-10
Ημερομηνία Δημοσίευσης 2020-03-10
Αξιολόγηση 3.17/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Gitladen7
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/gitladen7/protonmail-webextension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/gitladen7/protonmail-webextension/wiki
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.10.0",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/github.com\/gitladen7\/protonmail-webextension",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/mail.protonmail.com\/*",
        "https:\/\/old.protonmail.com\/*",
        "https:\/\/beta.protonmail.com\/*",
        "https:\/\/app.protonmail.ch\/*",
        "https:\/\/protonirockerxow.onion\/*",
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "webRequest",
        "alarms"
    ],
    "browser_action": {
        "browser_style": false,
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "ProtonMail"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_security_policy": "default-src 'self'; connect-src https:\/\/mail.protonmail.com\/api\/events\/ https:\/\/mail.protonmail.com\/api\/messages\/count https:\/\/mail.protonmail.com\/api\/messages https:\/\/mail.protonmail.com\/api\/messages\/read https:\/\/mail.protonmail.com\/api\/settings\/mail https:\/\/mail.protonmail.com\/api\/auth\/refresh https:\/\/old.protonmail.com\/api\/events\/ https:\/\/old.protonmail.com\/api\/messages\/count https:\/\/old.protonmail.com\/api\/messages https:\/\/old.protonmail.com\/api\/messages\/read https:\/\/old.protonmail.com\/api\/settings\/mail https:\/\/old.protonmail.com\/api\/auth\/refresh https:\/\/beta.protonmail.com\/api\/events\/ https:\/\/beta.protonmail.com\/api\/messages\/count https:\/\/beta.protonmail.com\/api\/messages https:\/\/beta.protonmail.com\/api\/messages\/read https:\/\/beta.protonmail.com\/api\/settings\/mail https:\/\/beta.protonmail.com\/api\/auth\/refresh https:\/\/app.protonmail.ch\/api\/events\/ https:\/\/app.protonmail.ch\/api\/messages\/count https:\/\/app.protonmail.ch\/api\/messages https:\/\/app.protonmail.ch\/api\/messages\/read https:\/\/app.protonmail.ch\/api\/settings\/mail https:\/\/app.protonmail.ch\/api\/auth\/refresh https:\/\/protonirockerxow.onion\/api\/events\/ https:\/\/protonirockerxow.onion\/api\/messages\/count https:\/\/protonirockerxow.onion\/api\/messages https:\/\/protonirockerxow.onion\/api\/messages\/read https:\/\/protonirockerxow.onion\/api\/settings\/mail https:\/\/protonirockerxow.onion\/api\/auth\/refresh"
}