IPqwery Crunchbase Extension

View any company's Intellectual Property directly from CrunchBase

What is IPqwery Crunchbase Extension?

IPqwery Crunchbase Extension is a Chrome extension developed by Towergate-Onscope, and its main feature is "View any company's Intellectual Property directly from CrunchBase".

Extension Screenshots

screenshot

Download IPqwery Crunchbase Extension Extension CRX File

Download IPqwery Crunchbase Extension 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

                        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.                    

Extension Basic Information

Name IPqwery Crunchbase Extension IPqwery Crunchbase Extension
ID dmoncmkncmmgljookniiieakhafgninh
Official URL https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh
Description View any company's Intellectual Property directly from CrunchBase
File Size 805 KB
Installation Count 1,487
Current Version 2.4
Last Updated 2016-10-28
Publish Date 2016-10-28
Rating 2.27/5 Total 15 Ratings
Developer Towergate-Onscope
Email [email protected]
Payment Type free
Extension Website http://ipqwery.com/
Supported Languages 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"
            ]
        }
    ]
}