Clair USPTO Connector
USPTO Access Handler
What is Clair USPTO Connector?
Clair USPTO Connector is a Chrome extension developed by Clair Drafter/IDS, and its main feature is "USPTO Access Handler".
Extension Screenshots
Download Clair USPTO Connector Extension CRX File
Download Clair USPTO Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Clair USPTO Connector |
ID | lmagfdkaekfcncmbpgafdncofehblclf |
Official URL | https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf |
Description | USPTO Access Handler |
File Size | 9.89 KB |
Installation Count | 25 |
Current Version | 5.1 |
Last Updated | 2022-08-18 |
Publish Date | 2020-06-09 |
Developer | Clair Drafter/IDS |
[email protected] | |
Payment Type | free |
Extension Website | https://clairvolex.com |
Help Page URL | https://clairvolex.com/about/contact |
Privacy Policy Page URL | https://www.clairvolex.com/legal/privacy-policy |
Supported Languages | 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" } |