Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Was ist Email Check?
Email Check ist eine Chrome-Erweiterung, die von inboxmcc entwickelt wurde, und ihr Hauptmerkmal ist "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Erweiterungsscreenshots
Email Check-Erweiterungs-CRX-Datei herunterladen
Laden Sie Email Check-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
                        Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gkejceagfjohmdikljgfciehjhjphjfd | 
| Offizielle URL | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd | 
| Beschreibung | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser | 
| Dateigröße | 27.51 KB | 
| Installationsanzahl | 36 | 
| Aktuelle Version | 2.0 | 
| Letztes Update | 2019-08-09 | 
| Veröffentlichungsdatum | 2019-08-08 | 
| Entwickler | inboxmcc | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Check",
    "description": "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser",
    "version": "2.0",
    "default_locale": "en",
    "manifest_version": 2,
    "incognito": "split",
    "background": [],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/popup\/popup.html"
    },
    "permissions": [
        "webNavigation"
    ],
    "options_ui": {
        "page": "html\/popup\/description.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "*.json"
    ],
    "icons": {
        "128": "icon.png"
    }
}  |  |