Teespring Sale Notifications
Get an alert whenever you sell a shirt on Teespring!
O que é Teespring Sale Notifications?
Teespring Sale Notifications é uma extensão do Chrome desenvolvida por LukePeerFly.com, e sua principal característica é "Get an alert whenever you sell a shirt on Teespring!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Teespring Sale Notifications
Baixe arquivos de extensão Teespring Sale Notifications 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
Selling shirts on Teespring? Get an alert whenever you sell a shirt! Add your campaigns and get desktop notifications whenever any of your campaigns generate a sale. Learn more at: http://fptraffic.com/teespring-extension/ * This extension is not endorsed or affiliated with Teespring.com.
Informações Básicas da Extensão
Nome | Teespring Sale Notifications |
ID | gjfiefifpboefgdokcejdbpegkjcgjkd |
URL Oficial | https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd |
Descrição | Get an alert whenever you sell a shirt on Teespring! |
Tamanho do Arquivo | 72.18 KB |
Contagem de Instalações | 252 |
Versão Atual | 3.0 |
Última Atualização | 2014-02-28 |
Data de Publicação | 2014-02-28 |
Classificação | 2.67/5 Total de 6 Avaliações |
Desenvolvedor | LukePeerFly.com |
Tipo de Pagamento | free |
Site da Extensão | http://fptraffic.com/teespring-extension/ |
URL da Página de Ajuda | http://fptraffic.com/contact/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teespring Sale Notifications", "version": "3.0", "manifest_version": 2, "description": "Get an alert whenever you sell a shirt on Teespring!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/teespring.com\/" ], "background": { "page": "background.html" } } |