Actions for Gmail™ (beta)

Actions for Gmail™ (beta)

Archive, delete, mark as spam, read and unread your Gmail™ messages with just one click with these inline Gmail™ actions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/gab.css"
      ],
      "js": [
        "js/jquery-1.8.1.min.js",
        "js/util.js",
        "js/a4gmail.js"
      ],
      "matches": [
        "https://mail.google.com/mail/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Archive, delete, mark as spam, read and unread your Gmail™ messages with just one click with these inline Gmail™ actions.",
  "icons": {
    "16": "icon/icon_16.png",
    "48": "icon/icon_48.png",
    "128": "icon/icon_128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVgUZ6poKEAyUlUsfx/A9/cjZYR0a1rWvuct7TXjNsOJ0elJyYSBzWPx26cGkTaPTvtncrF0tfCBbpypjRaNrJuMYzY9TTal1txN9mbkBODntD+4y8dd1g69Ru0Csil9Q1lmlhll482A14Elw7fI/nUYWN7RiBtN7A4c64yN7S9QIDAQAB",
  "manifest_version": 2,
  "name": "Actions for Gmail™ (beta)",
  "options_page": "options.html",
  "permissions": [
    "<all_urls>",
    "notifications",
    "tabs",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.19",
  "web_accessible_resources": [
    "images/sprite-content-black.png"
  ]
}