Find on Crunchbase

Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'

What is Find on Crunchbase?

Find on Crunchbase is a Chrome extension developed by https://ivarsmas.com, and its main feature is "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".

Extension Screenshots

screenshot
screenshot

Download Find on Crunchbase Extension CRX File

Download Find on Crunchbase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Once installed you can browse and from any page search on Crunchbase using context menu. Selecting a company name and clicking on the option 'Find on Crunchbase' of contextual menu to open a new tab with the search results.

In some cases, you can see multiple results if this name of company is mentioned in a multiple organization profiles.

Please note that with the free Crunchbase plan you only can see the 5 first results of a search.                    

Extension Basic Information

Name Find on Crunchbase Find on Crunchbase
ID jpmknenmadaaedlpkpboakopihcaiijf
Official URL https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf
Description Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
File Size 10.69 KB
Installation Count 197
Current Version 0.0.2
Last Updated 2021-08-18
Publish Date 2021-08-16
Rating 5.00/5 Total 3 Ratings
Developer https://ivarsmas.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find on Crunchbase",
    "description": "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'",
    "version": "0.0.2",
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/ico-16.png",
            "32": "images\/ico-32.png",
            "48": "images\/ico-48.png",
            "128": "images\/ico-128.png"
        },
        "default_title": "Find on Crunchbase"
    },
    "icons": {
        "16": "images\/ico-16.png",
        "32": "images\/ico-32.png",
        "48": "images\/ico-48.png",
        "128": "images\/ico-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}