Clair USPTO Connector

USPTO Access Handler

Clair USPTO Connector क्या है?

Clair USPTO Connector Clair Drafter/IDS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "USPTO Access Handler"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clair USPTO Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Clair USPTO Connector Clair USPTO Connector
ID lmagfdkaekfcncmbpgafdncofehblclf
आधिकारिक URL https://chromewebstore.google.com/detail/clair-uspto-connector/lmagfdkaekfcncmbpgafdncofehblclf
विवरण USPTO Access Handler
फ़ाइल का आकार 9.89 KB
स्थापना संख्या 25
वर्तमान संस्करण 5.1
अंतिम अपडेट 2022-08-18
प्रकाशन तिथि 2020-06-09
डेवलपर Clair Drafter/IDS
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://clairvolex.com
सहायता पृष्ठ URL https://clairvolex.com/about/contact
गोपनीयता नीति पृष्ठ URL https://www.clairvolex.com/legal/privacy-policy
समर्थित भाषाएँ 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"
}