WriterHub Applier

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

WriterHub Applier क्या है?

WriterHub Applier Webs-Automation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to bid over the jobs from 24 WriterHub and easy to use."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WriterHub Applier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
    ]
}