ShopMail
Chrome Extension for Shopify's ShopMail app.
O que é ShopMail?
ShopMail é uma extensão do Chrome desenvolvida por http://balsee.com, e sua principal característica é "Chrome Extension for Shopify's ShopMail app.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShopMail
Baixe arquivos de extensão ShopMail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | mmdgbbnhbebhohlpmjmipejdadnhfadg |
URL Oficial | https://chrome.google.com/webstore/detail/shopmail/mmdgbbnhbebhohlpmjmipejdadnhfadg |
Descrição | Chrome Extension for Shopify's ShopMail app. |
Tamanho do Arquivo | 45.83 KB |
Contagem de Instalações | 59 |
Versão Atual | 0.2 |
Última Atualização | 2015-06-25 |
Data de Publicação | 2015-06-25 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | http://balsee.com |
Tipo de Pagamento | free |
Site da Extensão | http://balsee.com |
URL da Página de Ajuda | http://balsee.com/#faq |
Idiomas Suportados | 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 } |