✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
ما هو ✌️ Angel.co Source-ery؟
✌️ Angel.co Source-ery هو إضافة Chrome تم تطويرها بواسطة https://trever.com، والميزة الرئيسية لها هي "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ✌️ Angel.co Source-ery
قم بتنزيل ملفات الامتداد ✌️ Angel.co Source-ery بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unlock premium Angel.co sourcing functionality for free. Great for bootstrapped startups on a tight budget looking to access the AngelList talent pool.
Pro Features Unlocked:
- Keyword search
- 20+ proprietary signals including: Job search status, Newly searching, Last active, Average response time, Most recent application, Most recent match, Interested companies, and more...
- Access to 700,000+ passive candidates معلومات أساسية عن التمديد
| الاسم | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| الوصف | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| حجم الملف | 16.5 KB |
| عدد التثبيتات | 35 |
| النسخة الحالية | 0.0.1 |
| آخر تحديث | 2018-11-16 |
| تاريخ النشر | 2018-11-15 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://trever.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://tinyunicorns.co/privacy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u270c\ufe0f Angel.co Source-ery",
"version": "0.0.1",
"manifest_version": 2,
"description": "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.",
"homepage_url": "https:\/\/trever.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/angel.co\/*\/source\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/angel.co\/*\/source\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |