IPPractice.ca - CIPO Database Tool

Makes CIPO database results more useful

What is IPPractice.ca - CIPO Database Tool?

IPPractice.ca - CIPO Database Tool is a Chrome extension developed by http://ippractice.ca, and its main feature is "Makes CIPO database results more useful".

Extension Screenshots

screenshot

Download IPPractice.ca - CIPO Database Tool Extension CRX File

Download IPPractice.ca - CIPO Database Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IPPractice.ca - CIPO Database Tool IPPractice.ca - CIPO Database Tool
ID bgcodnnedobjbcdedkijdbclnngghgpm
Official URL https://chrome.google.com/webstore/detail/bgcodnnedobjbcdedkijdbclnngghgpm
Description Makes CIPO database results more useful
File Size 10.43 KB
Installation Count 12
Current Version 0.1.5
Last Updated 2019-06-16
Publish Date 2019-06-16
Developer http://ippractice.ca
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}