Find on Crunchbase
Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'
Find on Crunchbase là gì?
Find on Crunchbase là một tiện ích mở rộng Chrome được phát triển bởi https://ivarsmas.com, và tính năng chính của nó là "Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase'".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Find on Crunchbase
Tải xuống các tệp mở rộng Find on Crunchbase dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Find on Crunchbase |
ID | jpmknenmadaaedlpkpboakopihcaiijf |
URL Chính Thức | https://chromewebstore.google.com/detail/find-on-crunchbase/jpmknenmadaaedlpkpboakopihcaiijf |
Mô tả | Find on Crunchbase using context menu. Select a company name and click 'Find on Crunchbase' |
Kích Thước Tệp | 10.69 KB |
Số Lần Cài Đặt | 197 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2021-08-18 |
Ngày Phát Hành | 2021-08-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://ivarsmas.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |