Find on Crunchbase
Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
Was ist Find on Crunchbase?
Find on Crunchbase ist eine Chrome-Erweiterung, die von https://ivarsmas.com entwickelt wurde, und ihr Hauptmerkmal ist "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".
Erweiterungsscreenshots
Find on Crunchbase-Erweiterungs-CRX-Datei herunterladen
Laden Sie Find on Crunchbase-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | jpmknenmadaaedlpkpboakopihcaiijf | 
| Offizielle URL | https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf | 
| Beschreibung | Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase' | 
| Dateigröße | 10.69 KB | 
| Installationsanzahl | 197 | 
| Aktuelle Version | 0.0.2 | 
| Letztes Update | 2021-08-18 | 
| Veröffentlichungsdatum | 2021-08-16 | 
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen | 
| Entwickler | https://ivarsmas.com | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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
}  |  |