IPPractice.ca - CIPO Database Tool

Makes CIPO database results more useful

IPPractice.ca - CIPO Database Toolคืออะไร?

IPPractice.ca - CIPO Database Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ippractice.ca และคุณลักษณะหลักของมันคือ "Makes CIPO database results more useful"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IPPractice.ca - CIPO Database Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
            ]
        }
    ]
}