✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
✌️ Angel.co Source-eryとは何ですか?
✌️ Angel.co Source-eryはhttps://trever.comによって開発されたChromeの拡張機能で、その主な機能は「Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.」です。
拡張機能のスクリーンショット
✌️ Angel.co Source-ery拡張機能のCRXファイルをダウンロード
✌️ Angel.co Source-ery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | 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"
]
}
]
} | |