Clair USPTO Connector

USPTO Access Handler

Cos'è Clair USPTO Connector?

Clair USPTO Connector è un'estensione di Chrome sviluppata da Clair Drafter/IDS, e la sua funzione principale è "USPTO Access Handler".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clair USPTO Connector

Scarica i file di estensione Clair USPTO Connector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Clair USPTO Connector Clair USPTO Connector
ID lmagfdkaekfcncmbpgafdncofehblclf
URL Ufficiale https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf
Descrizione USPTO Access Handler
Dimensione del File 9.89 KB
Conteggio Installazioni 25
Versione Corrente 5.1
Ultimo Aggiornamento 2022-08-18
Data di Pubblicazione 2020-06-09
Sviluppatore Clair Drafter/IDS
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://clairvolex.com
URL della Pagina di Aiuto https://clairvolex.com/about/contact
URL della Pagina della Politica sulla Privacy https://www.clairvolex.com/legal/privacy-policy
Lingue Supportate 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"
}