Find on Crunchbase

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

Qu'est-ce que Find on Crunchbase ?

Find on Crunchbase est une extension Chrome développée par https://ivarsmas.com, et sa fonction principale est "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Find on Crunchbase

Téléchargez les fichiers d'extension Find on Crunchbase au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Find on Crunchbase Find on Crunchbase
ID jpmknenmadaaedlpkpboakopihcaiijf
URL Officiel 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'
Taille du Fichier 10.69 KB
Nombre d'Installations 197
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-08-18
Date de Publication 2021-08-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://ivarsmas.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}