WriterHub Applier

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

Was ist WriterHub Applier?

WriterHub Applier ist eine Chrome-Erweiterung, die von Webs-Automation entwickelt wurde, und ihr Hauptmerkmal ist "An extension to bid over the jobs from 24 WriterHub and easy to use.".

Erweiterungsscreenshots

screenshot

WriterHub Applier-Erweiterungs-CRX-Datei herunterladen

Laden Sie WriterHub Applier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
Offizielle URL https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
Beschreibung An extension to bid over the jobs from 24 WriterHub and easy to use.
Dateigröße 70.97 KB
Installationsanzahl 129
Aktuelle Version 0.11
Letztes Update 2024-01-07
Veröffentlichungsdatum 2022-09-20
Entwickler Webs-Automation
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.eapplier.com/
Hilfeseite URL https://eapplier.on.spiceworks.com/portal/
URL der Datenschutzrichtlinien-Seite https://www.eapplier.com/policy
Unterstützte Sprachen 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"
    ]
}