Patent Plus

Simplify patent reading on Google Patents - Patent Plus

Vad är Patent Plus?

Patent Plus är en Chrome-tillägg utvecklad av https://getpatentplus.com, och dess huvudfunktion är "Simplify patent reading on Google Patents - Patent Plus".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Patent Plus-förlängningens CRX-fil

Ladda ner Patent Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Patent Plus Patent Plus
ID iceleckhffpjkcbbeadlojphojbjnmgm
Officiell webbadress https://chromewebstore.google.com/detail/patent-plus/iceleckhffpjkcbbeadlojphojbjnmgm
Beskrivning Simplify patent reading on Google Patents - Patent Plus
Filstorlek 6.15 MB
Antal Installationer 513
Aktuell Version 1.7.25
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2023-11-08
Betyg 4.94/5 Totalt 18 Betyg
Utvecklare https://getpatentplus.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getpatentplus.com
Hjälpsida URL https://getpatentplus.com/contact-us/
URL till Sekretesspolicy Sidan https://getpatentplus.com/privacy-policy
Stödda Språk 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\/*"
    ]
}