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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}