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. 擴展基本資訊
| 名稱 | |
| ID | jpmknenmadaaedlpkpboakopihcaiijf |
| 官方網址 | 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
} | |