Writerbay Applier

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

Что такое Writerbay Applier?

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

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

screenshot

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

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

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

                        An exclusive tool to perform and operate writerbay orders automatically. This will help to place bids over the jobs according to your parameters. It can work for 24/7.                    

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

Название Writerbay Applier Writerbay Applier
ID ifopchjcnhnhgfcpfhpdkbogndlhimhm
Официальный URL https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm
Описание An extension to bid over the jobs from 24 Writerbay and easy to use.
Размер файла 68.89 KB
Количество установок 48
Текущая Версия 0.4
Последнее Обновление 2022-08-22
Дата публикации 2022-08-18
Рейтинг 3.67/5 Всего 3 оценок
Разработчик 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": "Writerbay Applier",
    "version": "0.4",
    "description": "An extension to bid over the jobs from 24 Writerbay and easy to use.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.websautomation.com\/writerbay\/*",
                "https:\/\/admin.writerbay.com\/*"
            ],
            "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"
    ]
}