Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Vad är Email Check?
Email Check är en Chrome-tillägg utvecklad av inboxmcc, och dess huvudfunktion är "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Tilläggsskärmbilder
Ladda ner Email Check-förlängningens CRX-fil
Ladda ner Email Check-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Grundläggande Information om Tillägg
Namn | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
Officiell webbadress | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd |
Beskrivning | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser |
Filstorlek | 27.51 KB |
Antal Installationer | 36 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2019-08-09 |
Publiceringsdatum | 2019-08-08 |
Utvecklare | inboxmcc |
Betalningssätt | free |
Stödda Språk | 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" } } |