Ecom Extension

Notifier for the Ecom website

Что такое Ecom Extension?

Ecom Extension - это расширение Chrome, разработанное lab3, и его основная функция - "Notifier for the Ecom website".

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

screenshot

Скачать файл CRX расширения Ecom Extension

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

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

                        You'll never have to open the Ecom again!                    

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

Название Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
Официальный URL https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Описание Notifier for the Ecom website
Размер файла 188 KB
Количество установок 43
Текущая Версия 1.0.6
Последнее Обновление 2018-10-23
Дата публикации 2018-10-22
Разработчик lab3
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecom Extension",
    "description": "Notifier for the Ecom website",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": ".\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "storage",
        "notifications",
        "alarms",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}