Clair USPTO Connector
USPTO Access Handler
Was ist Clair USPTO Connector?
Clair USPTO Connector ist eine Chrome-Erweiterung, die von Clair Drafter/IDS entwickelt wurde, und ihr Hauptmerkmal ist "USPTO Access Handler".
Erweiterungsscreenshots
Clair USPTO Connector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clair USPTO Connector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Clair USPTO Connector |
ID | lmagfdkaekfcncmbpgafdncofehblclf |
Offizielle URL | https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf |
Beschreibung | USPTO Access Handler |
Dateigröße | 9.89 KB |
Installationsanzahl | 25 |
Aktuelle Version | 5.1 |
Letztes Update | 2022-08-18 |
Veröffentlichungsdatum | 2020-06-09 |
Entwickler | Clair Drafter/IDS |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://clairvolex.com |
Hilfeseite URL | https://clairvolex.com/about/contact |
URL der Datenschutzrichtlinien-Seite | https://www.clairvolex.com/legal/privacy-policy |
Unterstützte Sprachen | 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" } |