Clair USPTO Connector

USPTO Access Handler

Clair USPTO Connector là gì?

Clair USPTO Connector là một tiện ích mở rộng Chrome được phát triển bởi Clair Drafter/IDS, và tính năng chính của nó là "USPTO Access Handler".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clair USPTO Connector

Tải xuống các tệp mở rộng Clair USPTO Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clair USPTO Connector Clair USPTO Connector
ID lmagfdkaekfcncmbpgafdncofehblclf
URL Chính Thức https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf
Mô tả USPTO Access Handler
Kích Thước Tệp 9.89 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 5.1
Cập Nhật Lần Cuối 2022-08-18
Ngày Phát Hành 2020-06-09
Nhà Phát Triển Clair Drafter/IDS
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clairvolex.com
URL Trang Trợ Giúp https://clairvolex.com/about/contact
URL Trang Chính Sách Bảo Mật https://www.clairvolex.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}