✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
Hvad er ✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery er en Chrome-udvidelse udviklet af https://trever.com, og dens hovedfunktion er "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.".
Udvidelsesskærmbilleder
Download ✌️ Angel.co Source-ery-udvidelses-CRX-fil
Download ✌️ Angel.co Source-ery-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| Officiel URL | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| Beskrivelse | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| Filstørrelse | 16.5 KB |
| Antal Installationer | 35 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2018-11-16 |
| Udgivelsesdato | 2018-11-15 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://trever.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://tinyunicorns.co/privacy.html |
| Understøttede Sprog | 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"
]
}
]
} | |