Clair USPTO Connector
USPTO Access Handler
什麼是Clair USPTO Connector?
Clair USPTO Connector是由Clair Drafter/IDS開發的Chrome擴展程式,該擴展的主要功能是“USPTO Access Handler”。
擴展截圖
下載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 |
ID | lmagfdkaekfcncmbpgafdncofehblclf |
官方網址 | 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" } |