Pekama patent counter for Chrome

this extension delivers IP information straight into your chrome browser

What is Pekama patent counter for Chrome?

Pekama patent counter for Chrome is a Chrome extension developed by Pekama, and its main feature is "this extension delivers IP information straight into your chrome browser".

Extension Screenshots

screenshot
screenshot

Download Pekama patent counter for Chrome Extension CRX File

Download Pekama patent counter for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pekama patent counter for Chrome Pekama patent counter for Chrome
ID eaeiebfdimafbknacdhbfhdhpfdhnbee
Official URL https://chrome.google.com/webstore/detail/pekama-patent-counter-for/eaeiebfdimafbknacdhbfhdhpfdhnbee
Description this extension delivers IP information straight into your chrome browser
File Size 55.99 KB
Installation Count 34
Current Version 1.17
Last Updated 2019-04-25
Publish Date 2019-04-25
Rating 4.00/5 Total 1 Ratings
Developer Pekama
Payment Type free
Extension Website https://pekama.com
Help Page URL https://pekama.com
Supported Languages 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"
    ]
}