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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://eapplier.on.spiceworks.com/portal/
عنوان صفحة سياسة الخصوصية 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"
    ]
}