IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
IPqwery Crunchbase Extension란 무엇입니까?
IPqwery Crunchbase Extension은(는) Towergate-Onscope에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View any company's Intellectual Property directly from CrunchBase"입니다.
확장 프로그램 스크린샷
IPqwery Crunchbase Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The IPqwery extension (beta) automatically displays the patent and trademark holdings of any company profile on CrunchBase. View recent filings, technology summaries, and inventors within the Company. Explore individual trademark or patent details, including links to the USPTO records.
확장 프로그램 기본 정보
이름 | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
공식 URL | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
설명 | View any company's Intellectual Property directly from CrunchBase |
파일 크기 | 805 KB |
설치 횟수 | 1,487 |
현재 버전 | 2.4 |
최근 업데이트 | 2016-10-28 |
출시 날짜 | 2016-10-28 |
평점 | 2.27/5 총 15 개의 평점 |
개발자 | Towergate-Onscope |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ipqwery.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IPqwery Crunchbase Extension", "description": "View any company's Intellectual Property directly from CrunchBase", "version": "2.4", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent" ], "page_action": { "default_icon": "icons\/icon-256.png", "default_popup": "popup.html" }, "icons": { "48": "icons\/icon-256.png", "64": "icons\/icon-256.png", "128": "icons\/icon-256.png", "256": "icons\/icon-256.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Shift+Ctrl+E", "mac": "Shift+Command+E", "chromeos": "Shift+Ctrl+E", "linux": "Shift+Ctrl+E" } } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ] } |