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 |
Eメール | [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 } |