✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
Was ist ✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery ist eine Chrome-Erweiterung, die von https://trever.com entwickelt wurde, und ihr Hauptmerkmal ist "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.".
Erweiterungsscreenshots
✌️ Angel.co Source-ery-Erweiterungs-CRX-Datei herunterladen
Laden Sie ✌️ Angel.co Source-ery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| Offizielle URL | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| Beschreibung | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| Dateigröße | 16.5 KB |
| Installationsanzahl | 35 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2018-11-16 |
| Veröffentlichungsdatum | 2018-11-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://trever.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://tinyunicorns.co/privacy.html |
| Unterstützte Sprachen | 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"
]
}
]
} | |