IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
Co to jest IPqwery Crunchbase Extension?
IPqwery Crunchbase Extension to rozszerzenie Chrome opracowane przez Towergate-Onscope, a jego główną funkcją jest „View any company's Intellectual Property directly from CrunchBase”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IPqwery Crunchbase Extension
Pobierz pliki rozszerzeń IPqwery Crunchbase Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
Oficjalny URL | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
Opis | View any company's Intellectual Property directly from CrunchBase |
Rozmiar pliku | 805 KB |
Liczba instalacji | 1,487 |
Aktualna Wersja | 2.4 |
Ostatnia Aktualizacja | 2016-10-28 |
Data Publikacji | 2016-10-28 |
Ocena | 2.27/5 Łącznie 15 Oceny |
Deweloper | Towergate-Onscope |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://ipqwery.com/ |
Obsługiwane Języki | 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" ] } ] } |