AngelApply - Apply to jobs on AngelList

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

Was ist AngelApply - Apply to jobs on AngelList?

AngelApply - Apply to jobs on AngelList ist eine Chrome-Erweiterung, die von Aditya Anand entwickelt wurde, und ihr Hauptmerkmal ist "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".

Erweiterungsscreenshots

screenshot

AngelApply - Apply to jobs on AngelList-Erweiterungs-CRX-Datei herunterladen

Laden Sie AngelApply - Apply to jobs on AngelList-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

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

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

Grundlegende Informationen zur Erweiterung

Name AngelApply - Apply to jobs on AngelList AngelApply - Apply to jobs on AngelList
ID lmafmilhcmkogpljalndgcjbbdmlpijn
Offizielle URL https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn
Beschreibung Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Dateigröße 73.93 KB
Installationsanzahl 24
Aktuelle Version 1.0.0
Letztes Update 2018-04-29
Veröffentlichungsdatum 2018-04-29
Entwickler Aditya Anand
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}