AngelApply - Apply to jobs on AngelList

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

Wat is AngelApply - Apply to jobs on AngelList?

AngelApply - Apply to jobs on AngelList is een Chrome-extensie ontwikkeld door Aditya Anand, en de belangrijkste functie is "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AngelApply - Apply to jobs on AngelList

Download AngelApply - Apply to jobs on AngelList-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam AngelApply - Apply to jobs on AngelList AngelApply - Apply to jobs on AngelList
ID lmafmilhcmkogpljalndgcjbbdmlpijn
Officiële URL https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn
Beschrijving Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Bestandsgrootte 73.93 KB
Aantal Installaties 24
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-04-29
Publicatiedatum 2018-04-29
Ontwikkelaar Aditya Anand
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}