E-Applier ES-Applier

ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.

Was ist E-Applier ES-Applier?

E-Applier ES-Applier ist eine Chrome-Erweiterung, die von Webs-Automation entwickelt wurde, und ihr Hauptmerkmal ist "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".

Erweiterungsscreenshots

screenshot

E-Applier ES-Applier-Erweiterungs-CRX-Datei herunterladen

Laden Sie E-Applier ES-Applier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A tool to track writing jobs notification and apply them automatically.                    

Grundlegende Informationen zur Erweiterung

Name E-Applier ES-Applier E-Applier ES-Applier
ID aeafcpibebodpgpdijemngbkjpejedpe
Offizielle URL https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe
Beschreibung ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Dateigröße 69.21 KB
Installationsanzahl 37
Aktuelle Version 0.1
Letztes Update 2021-07-09
Veröffentlichungsdatum 2021-07-09
Entwickler Webs-Automation
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.eapplier.com/
Hilfeseite URL https://www.eapplier.com/contact-us/
URL der Datenschutzrichtlinien-Seite https://www.eapplier.com/policy
Unterstützte Sprachen 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'"
}