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
}