E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Apa itu E-Applier ES-Applier?
E-Applier ES-Applier adalah ekstensi Chrome yang dikembangkan oleh Webs-Automation, dan fitur utamanya adalah "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi E-Applier ES-Applier
Unduh file ekstensi E-Applier ES-Applier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A tool to track writing jobs notification and apply them automatically. Informasi Dasar Ekstensi
| Nama | |
| ID | aeafcpibebodpgpdijemngbkjpejedpe |
| URL Resmi | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe |
| Deskripsi | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. |
| Ukuran File | 69.21 KB |
| Jumlah Instalasi | 37 |
| Versi Saat Ini | 0.1 |
| Terakhir Diperbarui | 2021-07-09 |
| Tanggal Publikasi | 2021-07-09 |
| Pengembang | Webs-Automation |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://www.eapplier.com/ |
| URL Halaman Bantuan | https://www.eapplier.com/contact-us/ |
| URL Halaman Kebijakan Privasi | https://www.eapplier.com/policy |
| Bahasa yang Didukung | 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'"
} | |