Envato Notifications Sales
Basic Envato Notifications Sales
Что такое Envato Notifications Sales?
Envato Notifications Sales - это расширение Chrome, разработанное https://jodacame.com, и его основная функция - "Basic Envato Notifications Sales".
Снимки экрана расширения
Скачать файл CRX расширения Envato Notifications Sales
Скачайте файлы расширений Envato Notifications Sales в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Basic Envato Sales Notification
- New Sales
- Desktop Notification
- Sales Month Count
** The plugins refresh data every 5 minutes
** Go to options and set your config Основная информация о расширении
| Название | |
| ID | helmefkledpmbmlkelnpcjdepilkpnem |
| Официальный URL | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
| Описание | Basic Envato Notifications Sales |
| Размер файла | 45.62 KB |
| Количество установок | 21 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2014-10-31 |
| Дата публикации | 2014-10-31 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | https://jodacame.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Envato Notifications Sales",
"description": "Basic Envato Notifications Sales",
"version": "1.4",
"icons": {
"16": "icon.png",
"48": "icon_64.png",
"128": "icon_64.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"options_page": "option.html",
"permissions": [
"notifications",
"storage",
"https:\/\/maxcdn.bootstrapcdn.com\/*"
],
"background": {
"scripts": [
"background.js"
]
}
} | |