Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Hvad er Email Check?
Email Check er en Chrome-udvidelse udviklet af inboxmcc, og dens hovedfunktion er "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Udvidelsesskærmbilleder
Download Email Check-udvidelses-CRX-fil
Download Email Check-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Grundlæggende oplysninger om udvidelsen
Navn | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
Officiel URL | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd |
Beskrivelse | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser |
Filstørrelse | 27.51 KB |
Antal Installationer | 36 |
Nuværende Version | 2.0 |
Senest Opdateret | 2019-08-09 |
Udgivelsesdato | 2019-08-08 |
Udvikler | inboxmcc |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |