Patent Plus

Simplify patent reading on Google Patents - Patent Plus

Qu'est-ce que Patent Plus ?

Patent Plus est une extension Chrome développée par https://getpatentplus.com, et sa fonction principale est "Simplify patent reading on Google Patents - Patent Plus".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Patent Plus

Téléchargez les fichiers d'extension Patent Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Patent Plus Patent Plus
ID iceleckhffpjkcbbeadlojphojbjnmgm
URL Officiel https://chromewebstore.google.com/detail/patent-plus/iceleckhffpjkcbbeadlojphojbjnmgm
Description Simplify patent reading on Google Patents - Patent Plus
Taille du Fichier 6.15 MB
Nombre d'Installations 513
Version Actuelle 1.7.25
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-11-08
Évaluation 4.94/5 Total 18 Évaluations
Développeur https://getpatentplus.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getpatentplus.com
URL de la Page d'Aide https://getpatentplus.com/contact-us/
URL de la Page de Politique de Confidentialité https://getpatentplus.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}