E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Hvad er E-Applier ES-Applier?
E-Applier ES-Applier er en Chrome-udvidelse udviklet af Webs-Automation, og dens hovedfunktion er "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".
Udvidelsesskærmbilleder
Download E-Applier ES-Applier-udvidelses-CRX-fil
Download E-Applier ES-Applier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        A tool to track writing jobs notification and apply them automatically.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | aeafcpibebodpgpdijemngbkjpejedpe | 
| Officiel URL | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe | 
| Beskrivelse | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. | 
| Filstørrelse | 69.21 KB | 
| Antal Installationer | 37 | 
| Nuværende Version | 0.1 | 
| Senest Opdateret | 2021-07-09 | 
| Udgivelsesdato | 2021-07-09 | 
| Udvikler | Webs-Automation | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://www.eapplier.com/ | 
| Hjælpeside-URL | https://www.eapplier.com/contact-us/ | 
| URL til Fortrolighedspolitik Side | https://www.eapplier.com/policy | 
| Understøttede Sprog | 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'"
}  |  |