Teespring Sale Notifications

Get an alert whenever you sell a shirt on Teespring!

What is Teespring Sale Notifications?

Teespring Sale Notifications is a Chrome extension developed by LukePeerFly.com, and its main feature is "Get an alert whenever you sell a shirt on Teespring!".

Extension Screenshots

screenshot
screenshot

Download Teespring Sale Notifications Extension CRX File

Download Teespring Sale Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Teespring Sale Notifications Teespring Sale Notifications
ID gjfiefifpboefgdokcejdbpegkjcgjkd
Official URL https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd
Description Get an alert whenever you sell a shirt on Teespring!
File Size 72.18 KB
Installation Count 252
Current Version 3.0
Last Updated 2014-02-28
Publish Date 2014-02-28
Rating 2.67/5 Total 6 Ratings
Developer LukePeerFly.com
Payment Type free
Extension Website http://fptraffic.com/teespring-extension/
Help Page URL http://fptraffic.com/contact/
Supported Languages 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"
    }
}