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
官方網址 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
}