Teespring Sale Notifications

Get an alert whenever you sell a shirt on Teespring!

Teespring Sale Notificationsคืออะไร?

Teespring Sale Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LukePeerFly.com และคุณลักษณะหลักของมันคือ "Get an alert whenever you sell a shirt on Teespring!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teespring Sale Notifications

ดาวน์โหลดไฟล์ส่วนขยาย Teespring Sale Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}