Clair USPTO Connector

USPTO Access Handler

Clair USPTO Connectorคืออะไร?

Clair USPTO Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clair Drafter/IDS และคุณลักษณะหลักของมันคือ "USPTO Access Handler"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clair USPTO Connector

ดาวน์โหลดไฟล์ส่วนขยาย Clair USPTO Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Clair Drafter is an AI and machine learning (ML) enabled unified IP portfolio development and management platform. It essentially helps businesses to enhance the value of IP and patent portfolios

The Clair USPTO connector extension allows the AI-assisted office action response drafter module to automatically get the data and documents associated with your portfolio’s applications, during an active session on Clair Drafter. The system can then extract information from those documents and assist you to draft office action responses faster                    

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

ชื่อ Clair USPTO Connector Clair USPTO Connector
ID lmagfdkaekfcncmbpgafdncofehblclf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf
คำอธิบาย USPTO Access Handler
ขนาดไฟล์ 9.89 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 5.1
อัปเดตครั้งล่าสุด 2022-08-18
วันที่เผยแพร่ 2020-06-09
ผู้พัฒนา Clair Drafter/IDS
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clairvolex.com
URL หน้าช่วยเหลือ https://clairvolex.com/about/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.clairvolex.com/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.scripts.js"
    },
    "description": "USPTO Access Handler",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.clairvolex.com\/*",
            "https:\/\/*.leap-ip.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.uspto.gov\/*"
    ],
    "icons": {
        "128": "clair.jpg"
    },
    "manifest_version": 3,
    "name": "Clair USPTO Connector",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "version": "5.1"
}