Crunchbase Enhancer
This extension adds detailed stats, charts and analysis to the crunchbase investor and company pages
Crunchbase Enhancerとは何ですか?
Crunchbase Enhancerはhttps://iknow.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension adds detailed stats, charts and analysis to the crunchbase investor and company pages」です。
拡張機能のスクリーンショット
Crunchbase Enhancer拡張機能のCRXファイルをダウンロード
Crunchbase Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A must have for anyone that uses Crunchbase. This extension automatically adds extremely useful information to all investor and company pages in Crunchbase as you browse. See related investors, competitor breakdowns, investor rankings, sector analysis and more. All you have to do is install the extension and then browse as you normally would. Each page will then be automatically enhanced for you, taking the Crunchbase experience to a whole new level.
拡張機能の基本情報
名前 | Crunchbase Enhancer |
ID | kolcdbonbggbngfdehifhfkcboihnnih |
公式URL | https://chromewebstore.google.com/detail/crunchbase-enhancer/kolcdbonbggbngfdehifhfkcboihnnih |
説明 | This extension adds detailed stats, charts and analysis to the crunchbase investor and company pages |
ファイルサイズ | 90.95 KB |
インストール数 | 752 |
現在のバージョン | 1.6 |
最終更新日 | 2014-05-29 |
公開日 | 2014-05-29 |
評価 | 4.11/5 合計 9 レビュー |
開発者 | https://iknow.io |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchbase Enhancer", "description": "This extension adds detailed stats, charts and analysis to the crunchbase investor and company pages", "version": "1.6", "permissions": [ "tabs", "http:\/\/crunchbase.com\/", "http:\/\/www.crunchbase.com\/", "http:\/\/iknow.io\/" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.crunchbase.com\/person\/*", "http:\/\/www.crunchbase.com\/organization\/*" ], "css": [ "crunchbase_common.css" ], "js": [ "jquery-1.11.0.min.js", "d3.v3.min.js", "main.js" ], "run_at": "document_start" } ], "page_action": { "default_icon": "icon.png" } } |