Actions for Gmail™ (beta)

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

What is Actions for Gmail™ (beta)?

Actions for Gmail™ (beta) is a Chrome extension developed by http://www.rightfile.com.au, and its main feature is "Archive, delete, mark as spam, read and unread your Gmail™ messages with just one click with these inline Gmail™ actions.".

Extension Screenshots

screenshot
screenshot

Download Actions for Gmail™ (beta) Extension CRX File

Download Actions for Gmail™ (beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a very simple extension: It optionally places an "archive", "delete", "mark as read/unread" or "mark as spam" button next to each message in your Gmail™ inbox.

Now you can archive, delete, mark as read or mark as spam any message with just one click.

==== What it does ====

It triggers the normal Gmail™ action, nothing else.  

So it does exactly what you already expect from Gmail™:

- the message is removed from the inbox list,
- you can click the standard Gmail™ "undo" message, and
- it can still be found via search and your tags (for archive), or in your "Bin" folder (for delete - until permanently deleted)

==== Why is this Helpful? =====

1. LESS CLICKS

Normally from your Inbox, you have to either right-click, select, or open a message before it can be archived or deleted.

Actions for Gmail™ reduces two (or more) clicks to one.

2. LESS CONFUSION

Next, you would have to click the "archive" or "delete" button at the top of your inbox, or from the message window.

Now you've been distracted from sorting through your message list, and probably lost track of where you were up to.

Instead, you just "archive" or "delete" right there in the inbox list, without losing your place.

3. MAINTAIN YOUR SELECTION

When sorting through your Inbox, you might select messages as you go.

Now when you "archive" or "delete" a message, you stay right in your inbox list and all your existing selections are preserved.

==== Why Archive? =====

Archiving is the first and most important step in getting organised and keeping your email under control.  Read more from our blog here: http://www.rightfile.com.au/blog/why-archive-your-email/

==== Privacy ====

We know this is your email, not ours.

All the processing for our extension happens on your computer.  We never see any of your information.  None of your messages.  Not your name or email address.  Nothing.

And we will never email you unless you contact us and provide those details.  We will never pass on your details to another party.

==== Advertising and Trial Limitations ====

There is currently no 3rd party advertising or feature limitations imposed on this free trial.

In future, there may be a fee for use.


==== Updates ====

We are quick to respond to Gmail™ changes.  Google™ sometimes updates Gmail™, which can "break" an extension like ours.  We take pride in responding very quickly with a fix so all our users stay happy.

==== What People are Saying ====

"OMG. I've been looking for something like this forever ... awesome awesome awesome."
5 stars - Tyler Waitt - 13/5/2013

==== Other Extensions ==== 

The following Chrome™ extensions for Gmail™ have been tested to work with Actions for Gmail™:
- Checker Plus for Gmail™ - notifications: http://goo.gl/Dwj8M
- Any.DO: to-do / task list: http://goo.gl/EwsOU
- Boomerang for Gmail™: send or return messages later: http://goo.gl/VayLn
- Powerbot for Gmail™ (paid): file messages to Evernote: http://goo.gl/vSffX
- WiseStamp signatures: http://goo.gl/v2JeK
- Attachments.me - from Drive, DropBox: http://goo.gl/pCNSI
- Send from Gmail™ - makes gmail default and quick sharing button - http://goo.gl/kNtE5u
- Mymail-Crypt for Gmail™ - send secure PGP messages - http://goo.gl/WLxtd9

Read more at our website: http://www.rightfile.com.au/actions-for-gmail/

==== Acknowledgements ==== 
Google, Chrome and Gmail are trademarks of Google Inc. Use of these trademarks is subject to Google Permissions.                    

Extension Basic Information

Name Actions for Gmail™ (beta) Actions for Gmail™ (beta)
ID mclmmkhldnfokbgnhoibcgblghkmncem
Official URL https://chrome.google.com/webstore/detail/actions-for-gmail-beta/mclmmkhldnfokbgnhoibcgblghkmncem
Description Archive, delete, mark as spam, read and unread your Gmail™ messages with just one click with these inline Gmail™ actions.
File Size 82.42 KB
Installation Count 4,000
Current Version 0.1.19
Last Updated 2015-02-05
Publish Date 2015-02-05
Rating 3.81/5 Total 67 Ratings
Developer http://www.rightfile.com.au
Payment Type free
Supported Languages en-US
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\u2122 messages with just one click with these inline Gmail\u2122 actions.",
    "icons": {
        "128": "icon\/icon_128.png",
        "16": "icon\/icon_16.png",
        "48": "icon\/icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVgUZ6poKEAyUlUsfx\/A9\/cjZYR0a1rWvuct7TXjNsOJ0elJyYSBzWPx26cGkTaPTvtncrF0tfCBbpypjRaNrJuMYzY9TTal1txN9mbkBODntD+4y8dd1g69Ru0Csil9Q1lmlhll482A14Elw7fI\/nUYWN7RiBtN7A4c64yN7S9QIDAQAB",
    "manifest_version": 2,
    "name": "Actions for Gmail\u2122 (beta)",
    "options_page": "options.html",
    "permissions": [
        "",
        "notifications",
        "tabs",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.19",
    "web_accessible_resources": [
        "images\/sprite-content-black.png"
    ]
}