E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
E-Applier ES-Applier là gì?
E-Applier ES-Applier là một tiện ích mở rộng Chrome được phát triển bởi Webs-Automation, và tính năng chính của nó là "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng E-Applier ES-Applier
Tải xuống các tệp mở rộng E-Applier ES-Applier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A tool to track writing jobs notification and apply them automatically.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | E-Applier ES-Applier |
ID | aeafcpibebodpgpdijemngbkjpejedpe |
URL Chính Thức | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe |
Mô tả | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. |
Kích Thước Tệp | 69.21 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-07-09 |
Ngày Phát Hành | 2021-07-09 |
Nhà Phát Triển | Webs-Automation |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.eapplier.com/ |
URL Trang Trợ Giúp | https://www.eapplier.com/contact-us/ |
URL Trang Chính Sách Bảo Mật | https://www.eapplier.com/policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |