IPqwery Crunchbase Extension

View any company's Intellectual Property directly from CrunchBase

IPqwery Crunchbase Extension là gì?

IPqwery Crunchbase Extension là một tiện ích mở rộng Chrome được phát triển bởi Towergate-Onscope, và tính năng chính của nó là "View any company's Intellectual Property directly from CrunchBase".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IPqwery Crunchbase Extension

Tải xuống các tệp mở rộng IPqwery Crunchbase Extension 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

                        The IPqwery extension (beta) automatically displays the patent and trademark holdings of any company profile on CrunchBase.  View recent filings, technology summaries, and inventors within the Company.  Explore individual trademark or patent details, including links to the USPTO records.                    

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

Tên IPqwery Crunchbase Extension IPqwery Crunchbase Extension
ID dmoncmkncmmgljookniiieakhafgninh
URL Chính Thức https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh
Mô tả View any company's Intellectual Property directly from CrunchBase
Kích Thước Tệp 805 KB
Số Lần Cài Đặt 1,487
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2016-10-28
Ngày Phát Hành 2016-10-28
Đánh Giá 2.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Towergate-Onscope
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://ipqwery.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPqwery Crunchbase Extension",
    "description": "View any company's Intellectual Property  directly from CrunchBase",
    "version": "2.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent"
    ],
    "page_action": {
        "default_icon": "icons\/icon-256.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/icon-256.png",
        "64": "icons\/icon-256.png",
        "128": "icons\/icon-256.png",
        "256": "icons\/icon-256.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Shift+Ctrl+E",
                "mac": "Shift+Command+E",
                "chromeos": "Shift+Ctrl+E",
                "linux": "Shift+Ctrl+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}