ShopMail
Chrome Extension for Shopify's ShopMail app.
ShopMail là gì?
ShopMail là một tiện ích mở rộng Chrome được phát triển bởi http://balsee.com, và tính năng chính của nó là "Chrome Extension for Shopify's ShopMail app.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ShopMail
Tải xuống các tệp mở rộng ShopMail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mmdgbbnhbebhohlpmjmipejdadnhfadg |
URL Chính Thức | https://chrome.google.com/webstore/detail/shopmail/mmdgbbnhbebhohlpmjmipejdadnhfadg |
Mô tả | Chrome Extension for Shopify's ShopMail app. |
Kích Thước Tệp | 45.83 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-06-25 |
Ngày Phát Hành | 2015-06-25 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://balsee.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://balsee.com |
URL Trang Trợ Giúp | http://balsee.com/#faq |
Ngôn Ngữ Được Hỗ Trợ | 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 } |