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

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

                        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
عنوان صفحة المساعدة 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": "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"
    ]
}