Clair USPTO Connector
USPTO Access Handler
Apa itu Clair USPTO Connector?
Clair USPTO Connector adalah ekstensi Chrome yang dikembangkan oleh Clair Drafter/IDS, dan fitur utamanya adalah "USPTO Access Handler".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clair USPTO Connector
Unduh file ekstensi Clair USPTO Connector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Clair USPTO Connector |
ID | lmagfdkaekfcncmbpgafdncofehblclf |
URL Resmi | https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf |
Deskripsi | USPTO Access Handler |
Ukuran File | 9.89 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 5.1 |
Terakhir Diperbarui | 2022-08-18 |
Tanggal Publikasi | 2020-06-09 |
Pengembang | Clair Drafter/IDS |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://clairvolex.com |
URL Halaman Bantuan | https://clairvolex.com/about/contact |
URL Halaman Kebijakan Privasi | https://www.clairvolex.com/legal/privacy-policy |
Bahasa yang Didukung | 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" } |