ShopMail
Chrome Extension for Shopify's ShopMail app.
Τι είναι το ShopMail;
Το ShopMail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://balsee.com, και η κύρια λειτουργία του είναι "Chrome Extension for Shopify's ShopMail app.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |