Teespring Sale Notifications

Get an alert whenever you sell a shirt on Teespring!

Cos'è Teespring Sale Notifications?

Teespring Sale Notifications è un'estensione di Chrome sviluppata da LukePeerFly.com, e la sua funzione principale è "Get an alert whenever you sell a shirt on Teespring!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Teespring Sale Notifications

Scarica i file di estensione Teespring Sale Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Teespring Sale Notifications Teespring Sale Notifications
ID gjfiefifpboefgdokcejdbpegkjcgjkd
URL Ufficiale https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd
Descrizione Get an alert whenever you sell a shirt on Teespring!
Dimensione del File 72.18 KB
Conteggio Installazioni 252
Versione Corrente 3.0
Ultimo Aggiornamento 2014-02-28
Data di Pubblicazione 2014-02-28
Valutazione 2.67/5 Totale 6 Valutazioni
Sviluppatore LukePeerFly.com
Tipo di Pagamento free
Sito Web dell'Estensione http://fptraffic.com/teespring-extension/
URL della Pagina di Aiuto http://fptraffic.com/contact/
Lingue Supportate 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"
    }
}