WriterHub Applier

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

Wat is WriterHub Applier?

WriterHub Applier is een Chrome-extensie ontwikkeld door Webs-Automation, en de belangrijkste functie is "An extension to bid over the jobs from 24 WriterHub and easy to use.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WriterHub Applier

Download WriterHub Applier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
Officiële URL https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Beschrijving An extension to bid over the jobs from 24 WriterHub and easy to use.
Bestandsgrootte 70.97 KB
Aantal Installaties 129
Huidige Versie 0.11
Laatst Bijgewerkt 2024-01-07
Publicatiedatum 2022-09-20
Ontwikkelaar Webs-Automation
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.eapplier.com/
Help Pagina-URL https://eapplier.on.spiceworks.com/portal/
URL van de Privacybeleid Pagina https://www.eapplier.com/policy
Ondersteunde Talen 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"
    ]
}