Cloud Email IMAP Client

This app is an email/imap/smtp client allowing you to read/send email messages. Connect to the IMAP/SMTP server using this client.

Was ist Cloud Email IMAP Client?

Cloud Email IMAP Client ist eine Chrome-Erweiterung, die von beamappzone entwickelt wurde, und ihr Hauptmerkmal ist "This app is an email/imap/smtp client allowing you to read/send email messages. Connect to the IMAP/SMTP server using this client.".

Erweiterungsscreenshots

screenshot

Cloud Email IMAP Client-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Email IMAP Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This  app is a simple-to-use email/imap/smtp client allowing you to read/send email messages.
This app is a free implementation of email/imap/smtp client for the browser, You can connect to the IMAP server or SMTP server using this client.
This app is a handy email tool. Allowing you to interact realtime with imap/smtp servers.

Just enter the imap/smtp server and username to connect and click the connect button.
This app is a traditional IMAP/SMTP client.
In order to connect large mail services (Gmail, MS Outlook, Yahoo Mail) to IMAP client, special settings may be required.                    

Grundlegende Informationen zur Erweiterung

Name Cloud Email IMAP Client Cloud Email IMAP Client
ID dkmhpdeignoapoeindpgkcjjbmffnone
Offizielle URL https://chromewebstore.google.com/detail/cloud-email-imap-client/dkmhpdeignoapoeindpgkcjjbmffnone
Beschreibung This app is an email/imap/smtp client allowing you to read/send email messages. Connect to the IMAP/SMTP server using this client.
Dateigröße 31.13 KB
Installationsanzahl 599
Aktuelle Version 1.0.2.2
Letztes Update 2021-01-01
Veröffentlichungsdatum 2021-01-01
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler beamappzone
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://thetimetube.herokuapp.com/emailclient/
Hilfeseite URL https://thetimetube.herokuapp.com/emailclient/
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "default_locale": "en_US",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "1.0.2.2"
}