ShopMail

Chrome Extension for Shopify's ShopMail app.

Was ist ShopMail?

ShopMail ist eine Chrome-Erweiterung, die von http://balsee.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension for Shopify's ShopMail app.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ShopMail-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShopMail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name ShopMail ShopMail
ID mmdgbbnhbebhohlpmjmipejdadnhfadg
Offizielle URL https://chrome.google.com/webstore/detail/shopmail/mmdgbbnhbebhohlpmjmipejdadnhfadg
Beschreibung Chrome Extension for Shopify's ShopMail app.
Dateigröße 45.83 KB
Installationsanzahl 59
Aktuelle Version 0.2
Letztes Update 2015-06-25
Veröffentlichungsdatum 2015-06-25
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler http://balsee.com
Zahlungsart free
Erweiterungswebsite http://balsee.com
Hilfeseite URL http://balsee.com/#faq
Unterstützte Sprachen 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
}