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 |
官方網址 | 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" ] } ] } |