Teespring Sale Notifications
Get an alert whenever you sell a shirt on Teespring!
Vad är Teespring Sale Notifications?
Teespring Sale Notifications är en Chrome-tillägg utvecklad av LukePeerFly.com, och dess huvudfunktion är "Get an alert whenever you sell a shirt on Teespring!".
Tilläggsskärmbilder
Ladda ner Teespring Sale Notifications-förlängningens CRX-fil
Ladda ner Teespring Sale Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Teespring Sale Notifications |
ID | gjfiefifpboefgdokcejdbpegkjcgjkd |
Officiell webbadress | https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd |
Beskrivning | Get an alert whenever you sell a shirt on Teespring! |
Filstorlek | 72.18 KB |
Antal Installationer | 252 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2014-02-28 |
Publiceringsdatum | 2014-02-28 |
Betyg | 2.67/5 Totalt 6 Betyg |
Utvecklare | LukePeerFly.com |
Betalningssätt | free |
Tilläggswebbplats | http://fptraffic.com/teespring-extension/ |
Hjälpsida URL | http://fptraffic.com/contact/ |
Stödda Språk | 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" } } |