Patent Plus

Simplify patent reading on Google Patents - Patent Plus

What is Patent Plus?

Patent Plus is a Chrome extension developed by https://getpatentplus.com, and its main feature is "Simplify patent reading on Google Patents - Patent Plus".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Patent Plus Extension CRX File

Download Patent Plus 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

                        Experience the power of Patent Plus: Your ultimate tool for patent reading and research on Google Patents! Whether you're a seasoned research professional, a passionate patent enthusiast, a visionary inventor, or an academic researcher, Patent Plus is your go-to solution. Our patent summary, transaction codes highlight, and claim assist or structuring feature redefine the way you engage with patents. Streamline your patent reading experience effortlessly, catering to both experienced and new users in the IP (Intellectual Property) domain. Unlock the full potential of Google Patents with Patent Plus – Your all-in-one solution for patent success:

1) Patent Summarization for Precision: Experience the power of Patent Plus's cutting-edge patent summarization. Patent Plus excels at generating concise and precise summaries from complex patent texts. Simplify your understanding and save valuable time with our state-of-the-art summarization capabilities.

2) Dark Mode: Patent Plus adds the option to enable the dark theme, which enhances the readability in low light and put's less strain on your eyes.

3) Important Transaction Code Tracking: Patent Plus goes beyond conventional tools by offering transaction code tracking. Important transaction codes are highlighted directly on the Google Patents, so now there is no need to switch tools for more information.

4) Claim Restructuring for Clarity: Patent Plus introduces a revolutionary claim restructuring feature, designed to enhance the clarity of patent claims. Say goodbye to ambiguity – our tool efficiently fixes claim structures, providing a clearer and more comprehensive view of the patented invention.

5) Unlocking Insights and Information: Patent Plus is not just a tool; it's your gateway to a wealth of insights and information. Seamlessly extract valuable data from patents, empowering your research endeavors. Uncover hidden gems and make informed decisions with Patent Plus's ability to extract useful insights from patent documents.

6) Tech. Application of Patent [Beta]: Discover the potential applications of your invention with Patent Plus, while gaining insights through real-world examples of popular market products.

Stay ahead in the world of innovation with Patent Plus.                    

Extension Basic Information

Name Patent Plus Patent Plus
ID iceleckhffpjkcbbeadlojphojbjnmgm
Official URL https://chromewebstore.google.com/detail/patent-plus/iceleckhffpjkcbbeadlojphojbjnmgm
Description Simplify patent reading on Google Patents - Patent Plus
File Size 6.15 MB
Installation Count 513
Current Version 1.7.25
Last Updated 2024-03-01
Publish Date 2023-11-08
Rating 4.94/5 Total 18 Ratings
Developer https://getpatentplus.com
Email [email protected]
Payment Type free
Extension Website https://getpatentplus.com
Help Page URL https://getpatentplus.com/contact-us/
Privacy Policy Page URL https://getpatentplus.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Patent Plus",
    "description": "Simplify patent reading on Google Patents - Patent Plus",
    "version": "1.7.25",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/moon.svg",
                "images\/sun.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/*"
            ],
            "js": [
                "content-script\/config.js",
                "content-script\/enhance-slate.js",
                "content-script\/minimize-slate-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/engage\/search?ws*"
            ],
            "js": [
                "content-script\/build-taxonomy.js"
            ],
            "css": [
                "css\/taxonomy_template.css"
            ]
        },
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/engage*"
            ],
            "js": [
                "content-script\/config.js",
                "content-script\/patent-prior-art.js",
                "content-script\/ai-summary\/suggest-document-summary.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/engage\/search?ws*"
            ],
            "js": [
                "content-script\/ai-summary\/summary-in-list-view.js"
            ]
        },
        {
            "matches": [
                "https:\/\/patents.google.com\/*"
            ],
            "js": [
                "content-script\/array.js",
                "content-script\/enhance-google-patents.js"
            ]
        },
        {
            "matches": [
                "https:\/\/patents.google.com\/patent\/*"
            ],
            "js": [
                "content-script\/config.js",
                "content-script\/patentplusassitant.js",
                "content-script\/patent-prior-art.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/?utm_source=slate_extension*"
            ],
            "js": [
                "content-script\/login-with-slate.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/*"
            ],
            "js": [
                "content-script\/slate\/prior_art\/project_id.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tryslate.greyb.com\/engage\/search?ws*"
            ],
            "js": [
                "content-script\/auto-interesting-insight.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/slate_popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    },
    "host_permissions": [
        "https:\/\/tryslate.greyb.com\/*",
        "https:\/\/patents.google.com\/*",
        "https:\/\/usecatalyst.tech\/*",
        "https:\/\/getpatentplus.com\/*",
        "https:\/\/app.posthog.com\/*"
    ]
}