✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
Vad är ✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery är en Chrome-tillägg utvecklad av https://trever.com, och dess huvudfunktion är "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.".
Tilläggsskärmbilder
Ladda ner ✌️ Angel.co Source-ery-förlängningens CRX-fil
Ladda ner ✌️ Angel.co Source-ery-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| Officiell webbadress | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| Beskrivning | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| Filstorlek | 16.5 KB |
| Antal Installationer | 35 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2018-11-16 |
| Publiceringsdatum | 2018-11-15 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://trever.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://tinyunicorns.co/privacy.html |
| Stödda Språk | 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"
]
}
]
} | |