IPPractice.ca - CIPO Database Tool
Makes CIPO database results more useful
什么是IPPractice.ca - CIPO Database Tool?
IPPractice.ca - CIPO Database Tool是由http://ippractice.ca开发的Chrome扩展程序,该扩展的主要功能是“Makes CIPO database results more useful”。
扩展截图
下载IPPractice.ca - CIPO Database Tool扩展crx文件
下载IPPractice.ca - CIPO Database Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bgcodnnedobjbcdedkijdbclnngghgpm |
官方URL | https://chrome.google.com/webstore/detail/bgcodnnedobjbcdedkijdbclnngghgpm |
简介 | Makes CIPO database results more useful |
文件大小 | 10.43 KB |
安装次数 | 12 |
当前版本 | 0.1.5 |
更新时间 | 2019-06-16 |
上架时间 | 2019-06-16 |
开发者 | http://ippractice.ca |
付费类型 | free |
支持的语言 | 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" ] } ] } |