E-Applier ES-Applier

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

O que é E-Applier ES-Applier?

E-Applier ES-Applier é uma extensão do Chrome desenvolvida por Webs-Automation, e sua principal característica é "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão E-Applier ES-Applier

Baixe arquivos de extensão E-Applier ES-Applier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome E-Applier ES-Applier E-Applier ES-Applier
ID aeafcpibebodpgpdijemngbkjpejedpe
URL Oficial https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe
Descrição ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Tamanho do Arquivo 69.21 KB
Contagem de Instalações 37
Versão Atual 0.1
Última Atualização 2021-07-09
Data de Publicação 2021-07-09
Desenvolvedor Webs-Automation
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.eapplier.com/
URL da Página de Ajuda https://www.eapplier.com/contact-us/
URL da Página de Política de Privacidade https://www.eapplier.com/policy
Idiomas Suportados 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'"
}