Teespring Sale Notifications
Get an alert whenever you sell a shirt on Teespring!
Wat is Teespring Sale Notifications?
Teespring Sale Notifications is een Chrome-extensie ontwikkeld door LukePeerFly.com, en de belangrijkste functie is "Get an alert whenever you sell a shirt on Teespring!".
Extensie Screenshots
Download het CRX-bestand van de extensie Teespring Sale Notifications
Download Teespring Sale Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gjfiefifpboefgdokcejdbpegkjcgjkd | 
| Officiële URL | https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd | 
| Beschrijving | Get an alert whenever you sell a shirt on Teespring! | 
| Bestandsgrootte | 72.18 KB | 
| Aantal Installaties | 252 | 
| Huidige Versie | 3.0 | 
| Laatst Bijgewerkt | 2014-02-28 | 
| Publicatiedatum | 2014-02-28 | 
| Beoordeling | 2.67/5 Totaal 6 Beoordelingen | 
| Ontwikkelaar | LukePeerFly.com | 
| Betalingswijze | free | 
| Extensiewebsite | http://fptraffic.com/teespring-extension/ | 
| Help Pagina-URL | http://fptraffic.com/contact/ | 
| Ondersteunde Talen | 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"
    }
}  |  |