WriterHub Applier
An extension to bid over the jobs from 24 WriterHub and easy to use.
什么是WriterHub Applier?
WriterHub Applier是由Webs-Automation开发的Chrome扩展程序,该扩展的主要功能是“An extension to bid over the jobs from 24 WriterHub and easy to use.”。
扩展截图
下载WriterHub Applier扩展crx文件
下载WriterHub Applier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | WriterHub Applier |
ID | pdenlnepdohnckkcojlgpbgfabbdinod |
官方URL | https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod |
简介 | An extension to bid over the jobs from 24 WriterHub and easy to use. |
文件大小 | 70.97 KB |
安装次数 | 129 |
当前版本 | 0.11 |
更新时间 | 2024-01-07 |
上架时间 | 2022-09-20 |
开发者 | Webs-Automation |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.eapplier.com/ |
帮助页面URL | https://eapplier.on.spiceworks.com/portal/ |
隐私政策页面URL | https://www.eapplier.com/policy |
支持的语言 | 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" ] } |