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"
    ]
}