E-Applier ES-Applier

ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.

Что такое E-Applier ES-Applier?

E-Applier ES-Applier - это расширение Chrome, разработанное Webs-Automation, и его основная функция - "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".

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

screenshot

Скачать файл CRX расширения E-Applier ES-Applier

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

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

                        A tool to track writing jobs notification and apply them automatically.                    

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

Название E-Applier ES-Applier E-Applier ES-Applier
ID aeafcpibebodpgpdijemngbkjpejedpe
Официальный URL https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe
Описание ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Размер файла 69.21 KB
Количество установок 37
Текущая Версия 0.1
Последнее Обновление 2021-07-09
Дата публикации 2021-07-09
Разработчик Webs-Automation
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.eapplier.com/
URL страницы помощи https://www.eapplier.com/contact-us/
URL страницы политики конфиденциальности https://www.eapplier.com/policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E-Applier ES-Applier",
    "version": "0.1",
    "description": "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/essayshark.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        "results.json",
        "https:\/\/websautomation.com\/ebay\/result.php",
        "result.php"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websautomation.com\/ebay\/result.php; object-src 'self'"
}