Teespring Sale Notifications

Get an alert whenever you sell a shirt on Teespring!

Apa itu Teespring Sale Notifications?

Teespring Sale Notifications adalah ekstensi Chrome yang dikembangkan oleh LukePeerFly.com, dan fitur utamanya adalah "Get an alert whenever you sell a shirt on Teespring!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Teespring Sale Notifications

Unduh file ekstensi Teespring Sale Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Teespring Sale Notifications Teespring Sale Notifications
ID gjfiefifpboefgdokcejdbpegkjcgjkd
URL Resmi https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd
Deskripsi Get an alert whenever you sell a shirt on Teespring!
Ukuran File 72.18 KB
Jumlah Instalasi 252
Versi Saat Ini 3.0
Terakhir Diperbarui 2014-02-28
Tanggal Publikasi 2014-02-28
Penilaian 2.67/5 Total 6 Penilaian
Pengembang LukePeerFly.com
Tipe Pembayaran free
Situs Ekstensi http://fptraffic.com/teespring-extension/
URL Halaman Bantuan http://fptraffic.com/contact/
Bahasa yang Didukung 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"
    }
}