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'est-ce que AngelApply - Apply to jobs on AngelList ?
AngelApply - Apply to jobs on AngelList est une extension Chrome développée par Aditya Anand, et sa fonction principale est "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AngelApply - Apply to jobs on AngelList
Téléchargez les fichiers d'extension AngelApply - Apply to jobs on AngelList au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Informations de Base sur l'Extension
Nom | AngelApply - Apply to jobs on AngelList |
ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
URL Officiel | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
Description | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
Taille du Fichier | 73.93 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-04-29 |
Date de Publication | 2018-04-29 |
Développeur | Aditya Anand |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |