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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | https://www.eapplier.com/contact-us/ |
| عنوان صفحة سياسة الخصوصية | 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'"
} | |