AngelApply - Apply to jobs on AngelList
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
What is AngelApply - Apply to jobs on AngelList?
AngelApply - Apply to jobs on AngelList is a Chrome extension developed by Aditya Anand, and its main feature is "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".
Extension Screenshots
Download AngelApply - Apply to jobs on AngelList Extension CRX File
Download AngelApply - Apply to jobs on AngelList extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Extension Basic Information
Name | AngelApply - Apply to jobs on AngelList |
ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
Official URL | 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 |
File Size | 73.93 KB |
Installation Count | 24 |
Current Version | 1.0.0 |
Last Updated | 2018-04-29 |
Publish Date | 2018-04-29 |
Developer | Aditya Anand |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |