WriterHub Applier

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

Hvad er WriterHub Applier?

WriterHub Applier er en Chrome-udvidelse udviklet af Webs-Automation, og dens hovedfunktion er "An extension to bid over the jobs from 24 WriterHub and easy to use.".

Udvidelsesskærmbilleder

screenshot

Download WriterHub Applier-udvidelses-CRX-fil

Download WriterHub Applier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
Officiel URL https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Beskrivelse An extension to bid over the jobs from 24 WriterHub and easy to use.
Filstørrelse 70.97 KB
Antal Installationer 129
Nuværende Version 0.11
Senest Opdateret 2024-01-07
Udgivelsesdato 2022-09-20
Udvikler Webs-Automation
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.eapplier.com/
Hjælpeside-URL https://eapplier.on.spiceworks.com/portal/
URL til Fortrolighedspolitik Side https://www.eapplier.com/policy
Understøttede Sprog 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"
    ]
}