Clair USPTO Connector
USPTO Access Handler
Clair USPTO Connector란 무엇입니까?
Clair USPTO Connector은(는) Clair Drafter/IDS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "USPTO Access Handler"입니다.
확장 프로그램 스크린샷
Clair USPTO Connector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |