EPO Patents Infos

EPO's bibliographic, worldwide legal status, full-text and image databases.

EPO Patents Infos란 무엇입니까?

EPO Patents Infos은(는) IP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EPO's bibliographic, worldwide legal status, full-text and image databases."입니다.

확장 프로그램 스크린샷

screenshot

EPO Patents Infos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Worldwide patent search related to the information viewed on the current web page. The automated requests are based on all publications numbers displayed on the current webpage (EP100000 for exemple). You can also send your own requests on the OPS.
It allows you to display legal informations and download PDF or image files.

It's based on the EPO (OEB) Open Patent Services (OPS) :
OPS data is extracted from the EPO's bibliographic, worldwide legal status, full-text and image databases. It is therefore from the same sources as the Espacenet and European Patent Register data.

It the next versions, you will :
- customize regular expressions for publication numbers detection in web pages
- download data as csv or excel sheet
- proceed to your own research via a form                    

확장 프로그램 기본 정보

이름 EPO Patents Infos EPO Patents Infos
ID hlafiioeeechdbmihngebbfonbocpkle
공식 URL https://chromewebstore.google.com/detail/epo-patents-infos/hlafiioeeechdbmihngebbfonbocpkle
설명 EPO's bibliographic, worldwide legal status, full-text and image databases.
파일 크기 147 KB
설치 횟수 87
현재 버전 1.0.8
최근 업데이트 2017-03-05
출시 날짜 2017-03-05
평점 5.00/5 총 2 개의 평점
개발자 IP
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EPO Patents Infos",
    "description": "EPO's bibliographic, worldwide legal status, full-text and image databases.",
    "version": "1.0.8",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "base.js"
            ]
        }
    ]
}