IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
Was ist IPqwery Crunchbase Extension?
IPqwery Crunchbase Extension ist eine Chrome-Erweiterung, die von Towergate-Onscope entwickelt wurde, und ihr Hauptmerkmal ist "View any company's Intellectual Property directly from CrunchBase".
Erweiterungsscreenshots
IPqwery Crunchbase Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie IPqwery Crunchbase Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
Offizielle URL | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
Beschreibung | View any company's Intellectual Property directly from CrunchBase |
Dateigröße | 805 KB |
Installationsanzahl | 1,487 |
Aktuelle Version | 2.4 |
Letztes Update | 2016-10-28 |
Veröffentlichungsdatum | 2016-10-28 |
Bewertung | 2.27/5 Insgesamt 15 Bewertungen |
Entwickler | Towergate-Onscope |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://ipqwery.com/ |
Unterstützte Sprachen | 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" ] } ] } |