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文件
下载IPqwery Crunchbase Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |