WriterHub Applier

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

Vad är WriterHub Applier?

WriterHub Applier är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "An extension to bid over the jobs from 24 WriterHub and easy to use.".

Tilläggsskärmbilder

screenshot

Ladda ner WriterHub Applier-förlängningens CRX-fil

Ladda ner WriterHub Applier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
Officiell webbadress https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Beskrivning An extension to bid over the jobs from 24 WriterHub and easy to use.
Filstorlek 70.97 KB
Antal Installationer 129
Aktuell Version 0.11
Senast Uppdaterad 2024-01-07
Publiceringsdatum 2022-09-20
Utvecklare Webs-Automation
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.eapplier.com/
Hjälpsida URL https://eapplier.on.spiceworks.com/portal/
URL till Sekretesspolicy Sidan https://www.eapplier.com/policy
Stödda Språk 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"
    ]
}