Teespring Sale Notifications

Get an alert whenever you sell a shirt on Teespring!

Co to jest Teespring Sale Notifications?

Teespring Sale Notifications to rozszerzenie Chrome opracowane przez LukePeerFly.com, a jego główną funkcją jest „Get an alert whenever you sell a shirt on Teespring!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Teespring Sale Notifications

Pobierz pliki rozszerzeń Teespring Sale Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Teespring Sale Notifications Teespring Sale Notifications
ID gjfiefifpboefgdokcejdbpegkjcgjkd
Oficjalny URL https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd
Opis Get an alert whenever you sell a shirt on Teespring!
Rozmiar pliku 72.18 KB
Liczba instalacji 252
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2014-02-28
Data Publikacji 2014-02-28
Ocena 2.67/5 Łącznie 6 Oceny
Deweloper LukePeerFly.com
Typ Płatności free
Strona Rozszerzenia http://fptraffic.com/teespring-extension/
Adres URL Strony Pomocy http://fptraffic.com/contact/
Obsługiwane Języki 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"
    }
}