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 |
官方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" } |