AngelApply - Apply to jobs on AngelList

Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply

¿Qué es AngelApply - Apply to jobs on AngelList?

AngelApply - Apply to jobs on AngelList es una extensión de Chrome desarrollada por Aditya Anand, y su función principal es "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AngelApply - Apply to jobs on AngelList

Descarga archivos de extensión AngelApply - Apply to jobs on AngelList en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Apply to jobs on AngelList (https://angel.co/) quickly and efficiently!

Source: https://github.com/AdityaAnand1/Angel-Apply                    

Información Básica de la Extensión

Nombre AngelApply - Apply to jobs on AngelList AngelApply - Apply to jobs on AngelList
ID lmafmilhcmkogpljalndgcjbbdmlpijn
URL Oficial https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn
Descripción Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Tamaño del Archivo 73.93 KB
Cantidad de Instalaciones 24
Versión Actual 1.0.0
Última Actualización 2018-04-29
Fecha de Publicación 2018-04-29
Desarrollador Aditya Anand
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "AngelApply - Apply to jobs on AngelList",
    "icons": {
        "512": "icon-512.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/angel.co\/*"
            ],
            "js": [
                "options\/jquery.min.js",
                "constants.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}