WriterHub Applier
An extension to bid over the jobs from 24 WriterHub and easy to use.
O que é WriterHub Applier?
WriterHub Applier é uma extensão do Chrome desenvolvida por Webs-Automation, e sua principal característica é "An extension to bid over the jobs from 24 WriterHub and easy to use.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WriterHub Applier
Baixe arquivos de extensão WriterHub Applier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WriterHub Applier |
ID | pdenlnepdohnckkcojlgpbgfabbdinod |
URL Oficial | https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod |
Descrição | An extension to bid over the jobs from 24 WriterHub and easy to use. |
Tamanho do Arquivo | 70.97 KB |
Contagem de Instalações | 129 |
Versão Atual | 0.11 |
Última Atualização | 2024-01-07 |
Data de Publicação | 2022-09-20 |
Desenvolvedor | Webs-Automation |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.eapplier.com/ |
URL da Página de Ajuda | https://eapplier.on.spiceworks.com/portal/ |
URL da Página de Política de Privacidade | https://www.eapplier.com/policy |
Idiomas Suportados | 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" ] } |