Writerbay Applier

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

Cos'è Writerbay Applier?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Writerbay Applier

Scarica i file di estensione Writerbay 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

                        An exclusive tool to perform and operate writerbay orders automatically. This will help to place bids over the jobs according to your parameters. It can work for 24/7.                    

Informazioni di Base sull'Estensione

Nome Writerbay Applier Writerbay Applier
ID ifopchjcnhnhgfcpfhpdkbogndlhimhm
URL Ufficiale https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm
Descrizione An extension to bid over the jobs from 24 Writerbay and easy to use.
Dimensione del File 68.89 KB
Conteggio Installazioni 48
Versione Corrente 0.4
Ultimo Aggiornamento 2022-08-22
Data di Pubblicazione 2022-08-18
Valutazione 3.67/5 Totale 3 Valutazioni
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": "Writerbay Applier",
    "version": "0.4",
    "description": "An extension to bid over the jobs from 24 Writerbay and easy to use.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.websautomation.com\/writerbay\/*",
                "https:\/\/admin.writerbay.com\/*"
            ],
            "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"
    ]
}