AngelApply - Apply to jobs on AngelList
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
ما هو AngelApply - Apply to jobs on AngelList؟
AngelApply - Apply to jobs on AngelList هو إضافة Chrome تم تطويرها بواسطة Aditya Anand، والميزة الرئيسية لها هي "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AngelApply - Apply to jobs on AngelList
قم بتنزيل ملفات الامتداد AngelApply - Apply to jobs on AngelList بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
معلومات أساسية عن التمديد
الاسم | AngelApply - Apply to jobs on AngelList |
ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
الوصف | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
حجم الملف | 73.93 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-04-29 |
تاريخ النشر | 2018-04-29 |
المطور | Aditya Anand |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |