IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
Apa itu IPqwery Crunchbase Extension?
IPqwery Crunchbase Extension adalah ekstensi Chrome yang dikembangkan oleh Towergate-Onscope, dan fitur utamanya adalah "View any company's Intellectual Property directly from CrunchBase".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IPqwery Crunchbase Extension
Unduh file ekstensi IPqwery Crunchbase Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
URL Resmi | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
Deskripsi | View any company's Intellectual Property directly from CrunchBase |
Ukuran File | 805 KB |
Jumlah Instalasi | 1,487 |
Versi Saat Ini | 2.4 |
Terakhir Diperbarui | 2016-10-28 |
Tanggal Publikasi | 2016-10-28 |
Penilaian | 2.27/5 Total 15 Penilaian |
Pengembang | Towergate-Onscope |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://ipqwery.com/ |
Bahasa yang Didukung | 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" ] } ] } |