WriterHub Applier

An extension to bid over the jobs from 24 WriterHub and easy to use.

Что такое WriterHub Applier?

WriterHub Applier - это расширение Chrome, разработанное Webs-Automation, и его основная функция - "An extension to bid over the jobs from 24 WriterHub and easy to use.".

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

screenshot

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

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

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

                        This is an application for the essay writers that assist them to make biddings automatically over the writing orders and jobs from Writer Hub. It can bid faster and instantly to save time and manual efforts which is required to complete a bid application.                    

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

Название WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
Официальный URL https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Описание An extension to bid over the jobs from 24 WriterHub and easy to use.
Размер файла 70.97 KB
Количество установок 129
Текущая Версия 0.11
Последнее Обновление 2024-01-07
Дата публикации 2022-09-20
Разработчик Webs-Automation
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.eapplier.com/
URL страницы помощи https://eapplier.on.spiceworks.com/portal/
URL страницы политики конфиденциальности https://www.eapplier.com/policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WriterHub Applier",
    "version": "0.11",
    "description": "An extension to bid over the jobs from 24 WriterHub and easy to use.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.websautomation.com\/Writerhub\/*",
                "https:\/\/www.writershub.org\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}