Clair USPTO Connector

USPTO Access Handler

Co to jest Clair USPTO Connector?

Clair USPTO Connector to rozszerzenie Chrome opracowane przez Clair Drafter/IDS, a jego główną funkcją jest „USPTO Access Handler”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clair USPTO Connector

Pobierz pliki rozszerzeń Clair USPTO Connector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Clair USPTO Connector Clair USPTO Connector
ID lmagfdkaekfcncmbpgafdncofehblclf
Oficjalny URL https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf
Opis USPTO Access Handler
Rozmiar pliku 9.89 KB
Liczba instalacji 25
Aktualna Wersja 5.1
Ostatnia Aktualizacja 2022-08-18
Data Publikacji 2020-06-09
Deweloper Clair Drafter/IDS
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://clairvolex.com
Adres URL Strony Pomocy https://clairvolex.com/about/contact
Adres URL Strony Polityki Prywatności https://www.clairvolex.com/legal/privacy-policy
Obsługiwane Języki 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"
}