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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webs-Automation และคุณลักษณะหลักของมันคือ "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย E-Applier ES-Applier
ดาวน์โหลดไฟล์ส่วนขยาย E-Applier ES-Applier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        A tool to track writing jobs notification and apply them automatically.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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'"
}  |  |