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 с друзьями, чтобы легко установить расширения 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. Основная информация о расширении
| Название | |
| 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"
}
} | |