Find on Crunchbase
Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
Cos'è Find on Crunchbase?
Find on Crunchbase è un'estensione di Chrome sviluppata da https://ivarsmas.com, e la sua funzione principale è "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find on Crunchbase
Scarica i file di estensione Find on Crunchbase in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Find on Crunchbase |
ID | jpmknenmadaaedlpkpboakopihcaiijf |
URL Ufficiale | https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf |
Descrizione | Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase' |
Dimensione del File | 10.69 KB |
Conteggio Installazioni | 197 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-08-18 |
Data di Pubblicazione | 2021-08-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://ivarsmas.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |