IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
Qu'est-ce que IPqwery Crunchbase Extension ?
IPqwery Crunchbase Extension est une extension Chrome développée par Towergate-Onscope, et sa fonction principale est "View any company's Intellectual Property directly from CrunchBase".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IPqwery Crunchbase Extension
Téléchargez les fichiers d'extension IPqwery Crunchbase Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
URL Officiel | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
Description | View any company's Intellectual Property directly from CrunchBase |
Taille du Fichier | 805 KB |
Nombre d'Installations | 1,487 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2016-10-28 |
Date de Publication | 2016-10-28 |
Évaluation | 2.27/5 Total 15 Évaluations |
Développeur | Towergate-Onscope |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ipqwery.com/ |
Langues Prises en Charge | 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" ] } ] } |