Envato desktop sales notifications

Shows off a notification when you get a new sale on an envato marketplace.

Что такое Envato desktop sales notifications?

Envato desktop sales notifications - это расширение Chrome, разработанное Hogash, и его основная функция - "Shows off a notification when you get a new sale on an envato marketplace.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Envato desktop sales notifications

Скачайте файлы расширений Envato desktop sales notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace.                    

Основная информация о расширении

Название Envato desktop sales notifications Envato desktop sales notifications
ID nnojemajkgfhpkiialpphmlkhhpipfpb
Официальный URL https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb
Описание Shows off a notification when you get a new sale on an envato marketplace.
Размер файла 62.08 KB
Количество установок 135
Текущая Версия 1.0.2
Последнее Обновление 2015-02-23
Дата публикации 2015-02-23
Рейтинг 5.00/5 Всего 15 оценок
Разработчик Hogash
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Envato desktop sales notifications",
    "version": "1.0.2",
    "description": "Shows off a notification when you get a new sale on an envato marketplace.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications",
        "background"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2
}