ShopMail

Chrome Extension for Shopify's ShopMail app.

ShopMailคืออะไร?

ShopMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://balsee.com และคุณลักษณะหลักของมันคือ "Chrome Extension for Shopify's ShopMail app."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShopMail

ดาวน์โหลดไฟล์ส่วนขยาย 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
}