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
官方網址 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'"
}