IPPractice.ca - CIPO Database Tool

Makes CIPO database results more useful

IPPractice.ca - CIPO Database Tool क्या है?

IPPractice.ca - CIPO Database Tool http://ippractice.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes CIPO database results more useful"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IPPractice.ca - CIPO Database Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम IPPractice.ca - CIPO Database Tool IPPractice.ca - CIPO Database Tool
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"
            ]
        }
    ]
}