RightInbox: Email Reminders, Tracking, Notes

RightInbox: Email Reminders, Tracking, Notes

Send emails later, recurring emails, notes, follow up emails, templates, signatures, CRM & more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_Application_Name__",
  "version": "10.0.112",
  "description": "__MSG_Application_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    }
  },
  "permissions": [],
  "host_permissions": [
    "https://*.rightinbox.com/",
    "https://checkout.rightinbox.com/",
    "https://poll.rightinbox.com/"
  ],
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "app/jquery.js",
        "app/moment.js",
        "app/underscore.js",
        "app/jstz.js",
        "app/moment-timezone-with-data-2010-2020.js",
        "app/rightinbox-client-chrome.js"
      ],
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en"
}