Teespring Sale Notifications
Get an alert whenever you sell a shirt on Teespring!
¿Qué es Teespring Sale Notifications?
Teespring Sale Notifications es una extensión de Chrome desarrollada por LukePeerFly.com, y su función principal es "Get an alert whenever you sell a shirt on Teespring!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Teespring Sale Notifications
Descarga archivos de extensión Teespring Sale Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Teespring Sale Notifications |
ID | gjfiefifpboefgdokcejdbpegkjcgjkd |
URL Oficial | https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd |
Descripción | Get an alert whenever you sell a shirt on Teespring! |
Tamaño del Archivo | 72.18 KB |
Cantidad de Instalaciones | 252 |
Versión Actual | 3.0 |
Última Actualización | 2014-02-28 |
Fecha de Publicación | 2014-02-28 |
Calificación | 2.67/5 Total de 6 Calificaciones |
Desarrollador | LukePeerFly.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://fptraffic.com/teespring-extension/ |
URL de la Página de Ayuda | http://fptraffic.com/contact/ |
Idiomas Soportados | 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" } } |