ShopMail
Chrome Extension for Shopify's ShopMail app.
Qu'est-ce que ShopMail ?
ShopMail est une extension Chrome développée par http://balsee.com, et sa fonction principale est "Chrome Extension for Shopify's ShopMail app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShopMail
Téléchargez les fichiers d'extension ShopMail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | mmdgbbnhbebhohlpmjmipejdadnhfadg |
URL Officiel | https://chrome.google.com/webstore/detail/shopmail/mmdgbbnhbebhohlpmjmipejdadnhfadg |
Description | Chrome Extension for Shopify's ShopMail app. |
Taille du Fichier | 45.83 KB |
Nombre d'Installations | 59 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2015-06-25 |
Date de Publication | 2015-06-25 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | http://balsee.com |
Type de Paiement | free |
Site Web de l'Extension | http://balsee.com |
URL de la Page d'Aide | http://balsee.com/#faq |
Langues Prises en Charge | 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 } |