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开发的Chrome扩展程序,该扩展的主要功能是“Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'”。
扩展截图
下载Find on Crunchbase扩展crx文件
下载Find on Crunchbase扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |