Find on Crunchbase

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

Find on Crunchbase क्या है?

Find on Crunchbase https://ivarsmas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'"।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम Find on Crunchbase Find on Crunchbase
ID jpmknenmadaaedlpkpboakopihcaiijf
आधिकारिक URL https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf
विवरण Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
फ़ाइल का आकार 10.69 KB
स्थापना संख्या 197
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2021-08-18
प्रकाशन तिथि 2021-08-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://ivarsmas.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}