Pekama patent counter for Chrome

this extension delivers IP information straight into your chrome browser

Pekama patent counter for Chrome là gì?

Pekama patent counter for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Pekama, và tính năng chính của nó là "this extension delivers IP information straight into your chrome browser".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pekama patent counter for Chrome

Tải xuống các tệp mở rộng Pekama patent counter for Chrome 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

                        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.                    

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

Tên Pekama patent counter for Chrome Pekama patent counter for Chrome
ID eaeiebfdimafbknacdhbfhdhpfdhnbee
URL Chính Thức https://chrome.google.com/webstore/detail/pekama-patent-counter-for/eaeiebfdimafbknacdhbfhdhpfdhnbee
Mô tả this extension delivers IP information straight into your chrome browser
Kích Thước Tệp 55.99 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.17
Cập Nhật Lần Cuối 2019-04-25
Ngày Phát Hành 2019-04-25
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Pekama
Loại Thanh Toán free
Trang Web Mở Rộng https://pekama.com
URL Trang Trợ Giúp https://pekama.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}