Teespring Sale Notifications

Get an alert whenever you sell a shirt on Teespring!

Teespring Sale Notifications क्या है?

Teespring Sale Notifications LukePeerFly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get an alert whenever you sell a shirt on Teespring!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teespring Sale Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Teespring Sale Notifications Teespring Sale Notifications
ID gjfiefifpboefgdokcejdbpegkjcgjkd
आधिकारिक URL https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd
विवरण Get an alert whenever you sell a shirt on Teespring!
फ़ाइल का आकार 72.18 KB
स्थापना संख्या 252
वर्तमान संस्करण 3.0
अंतिम अपडेट 2014-02-28
प्रकाशन तिथि 2014-02-28
रेटिंग 2.67/5 कुल 6 रेटिंग्स
डेवलपर LukePeerFly.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://fptraffic.com/teespring-extension/
सहायता पृष्ठ URL http://fptraffic.com/contact/
समर्थित भाषाएँ 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"
    }
}