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