E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Wat is E-Applier ES-Applier?
E-Applier ES-Applier is een Chrome-extensie ontwikkeld door Webs-Automation, en de belangrijkste functie is "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".
Extensie Screenshots
Download het CRX-bestand van de extensie E-Applier ES-Applier
Download E-Applier ES-Applier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A tool to track writing jobs notification and apply them automatically.
Basisinformatie over de Extensie
Naam | E-Applier ES-Applier |
ID | aeafcpibebodpgpdijemngbkjpejedpe |
Officiële URL | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe |
Beschrijving | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. |
Bestandsgrootte | 69.21 KB |
Aantal Installaties | 37 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-07-09 |
Publicatiedatum | 2021-07-09 |
Ontwikkelaar | Webs-Automation |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.eapplier.com/ |
Help Pagina-URL | https://www.eapplier.com/contact-us/ |
URL van de Privacybeleid Pagina | https://www.eapplier.com/policy |
Ondersteunde Talen | 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'" } |