E-Applier ES-Applier

ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.

什么是E-Applier ES-Applier?

E-Applier ES-Applier是由Webs-Automation开发的Chrome扩展程序,该扩展的主要功能是“ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.”。

扩展截图

screenshot

下载E-Applier ES-Applier扩展crx文件

下载E-Applier ES-Applier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A tool to track writing jobs notification and apply them automatically.                    

扩展基本信息

名称 E-Applier ES-Applier E-Applier ES-Applier
ID aeafcpibebodpgpdijemngbkjpejedpe
官方URL https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe
简介 ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
文件大小 69.21 KB
安装次数 37
当前版本 0.1
更新时间 2021-07-09
上架时间 2021-07-09
开发者 Webs-Automation
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.eapplier.com/
帮助页面URL https://www.eapplier.com/contact-us/
隐私政策页面URL https://www.eapplier.com/policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E-Applier ES-Applier",
    "version": "0.1",
    "description": "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/essayshark.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        "results.json",
        "https:\/\/websautomation.com\/ebay\/result.php",
        "result.php"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websautomation.com\/ebay\/result.php; object-src 'self'"
}