E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Cos'è E-Applier ES-Applier?
E-Applier ES-Applier è un'estensione di Chrome sviluppata da Webs-Automation, e la sua funzione principale è "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione E-Applier ES-Applier
Scarica i file di estensione E-Applier ES-Applier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        A tool to track writing jobs notification and apply them automatically.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | aeafcpibebodpgpdijemngbkjpejedpe | 
| URL Ufficiale | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe | 
| Descrizione | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. | 
| Dimensione del File | 69.21 KB | 
| Conteggio Installazioni | 37 | 
| Versione Corrente | 0.1 | 
| Ultimo Aggiornamento | 2021-07-09 | 
| Data di Pubblicazione | 2021-07-09 | 
| Sviluppatore | Webs-Automation | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.eapplier.com/ | 
| URL della Pagina di Aiuto | https://www.eapplier.com/contact-us/ | 
| URL della Pagina della Politica sulla Privacy | https://www.eapplier.com/policy | 
| Lingue Supportate | 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'"
}  |  |