ShopMail

Chrome Extension for Shopify's ShopMail app.

什么是ShopMail?

ShopMail是由http://balsee.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension for Shopify's ShopMail app.”。

扩展截图

screenshot
screenshot
screenshot

下载ShopMail扩展crx文件

下载ShopMail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 ShopMail ShopMail
ID mmdgbbnhbebhohlpmjmipejdadnhfadg
官方URL https://chrome.google.com/webstore/detail/shopmail/mmdgbbnhbebhohlpmjmipejdadnhfadg
简介 Chrome Extension for Shopify's ShopMail app.
文件大小 45.83 KB
安装次数 59
当前版本 0.2
更新时间 2015-06-25
上架时间 2015-06-25
评分 4.00/5 共1次评分
开发者 http://balsee.com
付费类型 free
扩展官网 http://balsee.com
帮助页面URL http://balsee.com/#faq
支持的语言 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
}