Teespring Sale Notifications
Get an alert whenever you sell a shirt on Teespring!
Qu'est-ce que Teespring Sale Notifications ?
Teespring Sale Notifications est une extension Chrome développée par LukePeerFly.com, et sa fonction principale est "Get an alert whenever you sell a shirt on Teespring!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Teespring Sale Notifications
Téléchargez les fichiers d'extension Teespring Sale Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Teespring Sale Notifications |
ID | gjfiefifpboefgdokcejdbpegkjcgjkd |
URL Officiel | https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd |
Description | Get an alert whenever you sell a shirt on Teespring! |
Taille du Fichier | 72.18 KB |
Nombre d'Installations | 252 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2014-02-28 |
Date de Publication | 2014-02-28 |
Évaluation | 2.67/5 Total 6 Évaluations |
Développeur | LukePeerFly.com |
Type de Paiement | free |
Site Web de l'Extension | http://fptraffic.com/teespring-extension/ |
URL de la Page d'Aide | http://fptraffic.com/contact/ |
Langues Prises en Charge | 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" } } |