EPO Patents Infos

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

Τι είναι το EPO Patents Infos;

Το EPO Patents Infos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IP, και η κύρια λειτουργία του είναι "EPO's bibliographic, worldwide legal status, full-text and image databases.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης EPO Patents Infos

Λήψη αρχείων επέκτασης EPO Patents Infos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}