Clair USPTO Connector

USPTO Access Handler

Qu'est-ce que Clair USPTO Connector ?

Clair USPTO Connector est une extension Chrome développée par Clair Drafter/IDS, et sa fonction principale est "USPTO Access Handler".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clair USPTO Connector

Téléchargez les fichiers d'extension Clair USPTO Connector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Clair USPTO Connector Clair USPTO Connector
ID lmagfdkaekfcncmbpgafdncofehblclf
URL Officiel https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf
Description USPTO Access Handler
Taille du Fichier 9.89 KB
Nombre d'Installations 25
Version Actuelle 5.1
Dernière Mise à Jour 2022-08-18
Date de Publication 2020-06-09
Développeur Clair Drafter/IDS
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://clairvolex.com
URL de la Page d'Aide https://clairvolex.com/about/contact
URL de la Page de Politique de Confidentialité https://www.clairvolex.com/legal/privacy-policy
Langues Prises en Charge 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"
}