Pekama patent counter for Chrome

this extension delivers IP information straight into your chrome browser

Cos'è Pekama patent counter for Chrome?

Pekama patent counter for Chrome è un'estensione di Chrome sviluppata da Pekama, e la sua funzione principale è "this extension delivers IP information straight into your chrome browser".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pekama patent counter for Chrome

Scarica i file di estensione Pekama patent counter for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Pekama patent counter for Chrome shows patent information for a company simply by clicking its name. This includes a total number of patents, patent families, countries of filing and main inventors. Now also delivers patent information directly to LinkedIn.                    

Informazioni di Base sull'Estensione

Nome Pekama patent counter for Chrome Pekama patent counter for Chrome
ID eaeiebfdimafbknacdhbfhdhpfdhnbee
URL Ufficiale https://chrome.google.com/webstore/detail/pekama-patent-counter-for/eaeiebfdimafbknacdhbfhdhpfdhnbee
Descrizione this extension delivers IP information straight into your chrome browser
Dimensione del File 55.99 KB
Conteggio Installazioni 34
Versione Corrente 1.17
Ultimo Aggiornamento 2019-04-25
Data di Pubblicazione 2019-04-25
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Pekama
Tipo di Pagamento free
Sito Web dell'Estensione https://pekama.com
URL della Pagina di Aiuto https://pekama.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pekama patent counter for Chrome",
    "version": "1.17",
    "description": "this extension delivers IP information straight into your chrome browser",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "linkdInContentScript.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ]
}