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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will highlight any company and/or names that is associated with a 500 startups company."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AngelList/500 Startups Connection Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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).                    

एक्सटेंशन की मूल जानकारी

नाम AngelList/500 Startups Connection Highlighter AngelList/500 Startups Connection Highlighter
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
ईमेल [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"
}