ShopMail
Chrome Extension for Shopify's ShopMail app.
ShopMail란 무엇입니까?
ShopMail은(는) http://balsee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for Shopify's ShopMail app."입니다.
확장 프로그램 스크린샷
ShopMail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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)
확장 프로그램 기본 정보
이름 | |
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 } |