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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Teespring Sale Notifications
قم بتنزيل ملفات الامتداد Teespring Sale Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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"
}
} | |