EPO Patents Infos

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

EPO Patents Infos là gì?

EPO Patents Infos là một tiện ích mở rộng Chrome được phát triển bởi IP, và tính năng chính của nó là "EPO's bibliographic, worldwide legal status, full-text and image databases.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EPO Patents Infos

Tải xuống các tệp mở rộng EPO Patents Infos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EPO Patents Infos EPO Patents Infos
ID hlafiioeeechdbmihngebbfonbocpkle
URL Chính Thức https://chromewebstore.google.com/detail/epo-patents-infos/hlafiioeeechdbmihngebbfonbocpkle
Mô tả EPO's bibliographic, worldwide legal status, full-text and image databases.
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2017-03-05
Ngày Phát Hành 2017-03-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển IP
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}