IPPractice.ca - CIPO Database Tool
Makes CIPO database results more useful
Co to jest IPPractice.ca - CIPO Database Tool?
IPPractice.ca - CIPO Database Tool to rozszerzenie Chrome opracowane przez http://ippractice.ca, a jego główną funkcją jest „Makes CIPO database results more useful”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IPPractice.ca - CIPO Database Tool
Pobierz pliki rozszerzeń IPPractice.ca - CIPO Database Tool 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
When searching the Canadian Patent Office Database, it adds additional columns to the search results showing: a) the filing date, b) the issue date, c) the agent of record.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bgcodnnedobjbcdedkijdbclnngghgpm |
Oficjalny URL | https://chrome.google.com/webstore/detail/bgcodnnedobjbcdedkijdbclnngghgpm |
Opis | Makes CIPO database results more useful |
Rozmiar pliku | 10.43 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 0.1.5 |
Ostatnia Aktualizacja | 2019-06-16 |
Data Publikacji | 2019-06-16 |
Deweloper | http://ippractice.ca |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IPPractice.ca - CIPO Database Tool", "description": "Makes CIPO database results more useful", "author": "Alan Macek - www.ippractice.ca", "version": "0.1.5", "icons": { "128": "IPPracticeLogo.png" }, "permissions": [ "http:\/\/*.ic.gc.ca\/opic-cipo\/cpd\/eng\/search\/results.html*" ], "content_scripts": [ { "matches": [ "http:\/\/*.ic.gc.ca\/opic-cipo\/cpd\/eng\/search\/results.html*" ], "js": [ "dbsearch.js" ] } ] } |