Email Check

Email Check

Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser

Merlin
Additional files are visible only to premium users

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"
  }
}