ShopMail

Chrome Extension for Shopify's ShopMail app.

What is ShopMail?

ShopMail is a Chrome extension developed by http://balsee.com, and its main feature is "Chrome Extension for Shopify's ShopMail app.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ShopMail Extension CRX File

Download ShopMail 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

                        ShopMail is the best way to manage your Shopify orders on a daily basis.

You already have your Gmail tab open at all times, so why not have your Shopify orders show up there?

With ShopMail, you'll be able to see and manage your Shopify orders right from within Gmail, on a fast and familiar interface that you've already been using for years.

Here are a few things you can do with ShopMail:

- See and filter your orders from Gmail
- See all relevant order details
- Email customers with 1-click
- Archive and cancel orders
- Fulfill orders (coming soon)
- Capture payments (coming soon)                    

Extension Basic Information

Name ShopMail ShopMail
ID mmdgbbnhbebhohlpmjmipejdadnhfadg
Official URL https://chrome.google.com/webstore/detail/shopmail/mmdgbbnhbebhohlpmjmipejdadnhfadg
Description Chrome Extension for Shopify's ShopMail app.
File Size 45.83 KB
Installation Count 59
Current Version 0.2
Last Updated 2015-06-25
Publish Date 2015-06-25
Rating 4.00/5 Total 1 Ratings
Developer http://balsee.com
Payment Type free
Extension Website http://balsee.com
Help Page URL http://balsee.com/#faq
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopMail",
    "description": "Chrome Extension for Shopify's ShopMail app.",
    "version": "0.2",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "http:\/\/localhost:3000\/",
        "https:\/\/shopify-for-gmail.herokuapp.com\/",
        "https:\/\/code.ionicframework.com\/ionicons\/2.0.1\/css\/ionicons.min.css"
    ],
    "manifest_version": 2
}