IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
Cos'è IPqwery Crunchbase Extension?
IPqwery Crunchbase Extension è un'estensione di Chrome sviluppata da Towergate-Onscope, e la sua funzione principale è "View any company's Intellectual Property directly from CrunchBase".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IPqwery Crunchbase Extension
Scarica i file di estensione IPqwery Crunchbase Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
URL Ufficiale | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
Descrizione | View any company's Intellectual Property directly from CrunchBase |
Dimensione del File | 805 KB |
Conteggio Installazioni | 1,487 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2016-10-28 |
Data di Pubblicazione | 2016-10-28 |
Valutazione | 2.27/5 Totale 15 Valutazioni |
Sviluppatore | Towergate-Onscope |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ipqwery.com/ |
Lingue Supportate | 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" ] } ] } |