EPO Patents Infos

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

EPO Patents Infos क्या है?

EPO Patents Infos IP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EPO's bibliographic, worldwide legal status, full-text and image databases."।

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

screenshot

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

crx प्रारूप में EPO Patents Infos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}