E-Applier ES-Applier

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

Co to jest E-Applier ES-Applier?

E-Applier ES-Applier to rozszerzenie Chrome opracowane przez Webs-Automation, a jego główną funkcją jest „ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia E-Applier ES-Applier

Pobierz pliki rozszerzeń E-Applier ES-Applier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa E-Applier ES-Applier E-Applier ES-Applier
ID aeafcpibebodpgpdijemngbkjpejedpe
Oficjalny URL https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe
Opis ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Rozmiar pliku 69.21 KB
Liczba instalacji 37
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-07-09
Data Publikacji 2021-07-09
Deweloper Webs-Automation
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.eapplier.com/
Adres URL Strony Pomocy https://www.eapplier.com/contact-us/
Adres URL Strony Polityki Prywatności https://www.eapplier.com/policy
Obsługiwane Języki 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'"
}