E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Co je E-Applier ES-Applier?
E-Applier ES-Applier je rozšíření Chrome vyvinuté Webs-Automation, a jeho hlavní funkcí je „ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření E-Applier ES-Applier
Stáhněte si soubory rozšíření E-Applier ES-Applier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A tool to track writing jobs notification and apply them automatically. Základní Informace o Rozšíření
| Název | |
| ID | aeafcpibebodpgpdijemngbkjpejedpe |
| Oficiální URL | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe |
| Popis | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. |
| Velikost souboru | 69.21 KB |
| Počet instalací | 37 |
| Aktuální Verze | 0.1 |
| Poslední Aktualizace | 2021-07-09 |
| Datum Vydání | 2021-07-09 |
| Vývojář | Webs-Automation |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.eapplier.com/ |
| URL Stránky Nápovědy | https://www.eapplier.com/contact-us/ |
| URL Stránky Zásad Ochrany Soukromí | https://www.eapplier.com/policy |
| Podporované Jazyky | 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'"
} | |