Pekama patent counter for Chrome

this extension delivers IP information straight into your chrome browser

Pekama patent counter for Chromeคืออะไร?

Pekama patent counter for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pekama และคุณลักษณะหลักของมันคือ "this extension delivers IP information straight into your chrome browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pekama patent counter for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Pekama patent counter for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pekama patent counter for Chrome Pekama patent counter for Chrome
ID eaeiebfdimafbknacdhbfhdhpfdhnbee
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pekama-patent-counter-for/eaeiebfdimafbknacdhbfhdhpfdhnbee
คำอธิบาย this extension delivers IP information straight into your chrome browser
ขนาดไฟล์ 55.99 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.17
อัปเดตครั้งล่าสุด 2019-04-25
วันที่เผยแพร่ 2019-04-25
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Pekama
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pekama.com
URL หน้าช่วยเหลือ https://pekama.com
ภาษาที่รองรับ 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"
    ]
}