Clair USPTO Connector

USPTO Access Handler

Clair USPTO Connectorとは何ですか?

Clair USPTO ConnectorはClair Drafter/IDSによって開発されたChromeの拡張機能で、その主な機能は「USPTO Access Handler」です。

拡張機能のスクリーンショット

screenshot

Clair USPTO Connector拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}