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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |