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 |
Eメール | [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" ] } ] } |