WriterHub Applier

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

Cos'è WriterHub Applier?

WriterHub Applier è un'estensione di Chrome sviluppata da Webs-Automation, e la sua funzione principale è "An extension to bid over the jobs from 24 WriterHub and easy to use.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WriterHub Applier

Scarica i file di estensione WriterHub Applier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
URL Ufficiale https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Descrizione An extension to bid over the jobs from 24 WriterHub and easy to use.
Dimensione del File 70.97 KB
Conteggio Installazioni 129
Versione Corrente 0.11
Ultimo Aggiornamento 2024-01-07
Data di Pubblicazione 2022-09-20
Sviluppatore Webs-Automation
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.eapplier.com/
URL della Pagina di Aiuto https://eapplier.on.spiceworks.com/portal/
URL della Pagina della Politica sulla Privacy https://www.eapplier.com/policy
Lingue Supportate 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"
    ]
}