Clair USPTO Connector
USPTO Access Handler
Vad är Clair USPTO Connector?
Clair USPTO Connector är en Chrome-tillägg utvecklad av Clair Drafter/IDS, och dess huvudfunktion är "USPTO Access Handler".
Tilläggsskärmbilder
Ladda ner Clair USPTO Connector-förlängningens CRX-fil
Ladda ner Clair USPTO Connector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Clair USPTO Connector |
ID | lmagfdkaekfcncmbpgafdncofehblclf |
Officiell webbadress | https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf |
Beskrivning | USPTO Access Handler |
Filstorlek | 9.89 KB |
Antal Installationer | 25 |
Aktuell Version | 5.1 |
Senast Uppdaterad | 2022-08-18 |
Publiceringsdatum | 2020-06-09 |
Utvecklare | Clair Drafter/IDS |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://clairvolex.com |
Hjälpsida URL | https://clairvolex.com/about/contact |
URL till Sekretesspolicy Sidan | https://www.clairvolex.com/legal/privacy-policy |
Stödda Språk | 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" } |