AngelList/500 Startups Connection Highlighter
This extension will highlight any company and/or names that is associated with a 500 startups company.
AngelList/500 Startups Connection Highlighterとは何ですか?
AngelList/500 Startups Connection Highlighterはhttps://venuespot.coによって開発されたChromeの拡張機能で、その主な機能は「This extension will highlight any company and/or names that is associated with a 500 startups company.」です。
拡張機能のスクリーンショット
AngelList/500 Startups Connection Highlighter拡張機能のCRXファイルをダウンロード
AngelList/500 Startups Connection Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will highlight any company and/or names that is associated with a 500 startups company.
Why?
We were fundraising for our company for a seed round and wanted to get intros from investors that also have invested in previous 500.co companies.
NEW for v2!
- Added a new options panel to configure whether to highlight the investors/advisors to the 500startups portfolio companies. To do so see the settings page below.
- Ability to use a custom source (if you want to add append companies / people yourself). Read instructions on the options page on how to do so.
Adjust Settings:
Please goto chrome://extensions, look for this plugin, and then click options. You can turn on highlighting the people who are investors/advisors to the 500.co portfolio companies and also set a custom source (optional).
Demo:
- Install the plugin.
- Goto https://angel.co/forerunner-ventures
- You should see the 500 companies that this VC firm invested in.
Notes:
- This works on company and investor pages right now. Doesn't work for ajax search results (yet). 拡張機能の基本情報
| 名前 | |
| ID | ialilknfihmdjmgfkmajhegfilfnilll |
| 公式URL | https://chromewebstore.google.com/detail/angellist500-startups-con/ialilknfihmdjmgfkmajhegfilfnilll |
| 説明 | This extension will highlight any company and/or names that is associated with a 500 startups company. |
| ファイルサイズ | 146 KB |
| インストール数 | 211 |
| 現在のバージョン | 2.0.5 |
| 最終更新日 | 2014-05-08 |
| 公開日 | 2014-05-07 |
| 評価 | 4.43/5 合計 7 レビュー |
| 開発者 | https://venuespot.co |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AngelList\/500 Startups Connection Highlighter",
"description": "This extension will highlight any company and\/or names that is associated with a 500 startups company.",
"version": "2.0.5",
"permissions": [
"http:\/\/*.angel.co\/*",
"https:\/\/*.angel.co\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/angel.co\/*",
"http:\/\/angel.co\/*"
],
"js": [
"contentscript.js"
]
}
],
"web_accessible_resources": [
"scripts\/*",
"lib\/*"
],
"icons": {
"32": "icon.png",
"128": "icon_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html"
} | |