Patent Plus

Simplify patent reading on Google Patents - Patent Plus

什麼是Patent Plus?

Patent Plus是由https://getpatentplus.com開發的Chrome擴展程式,該擴展的主要功能是“Simplify patent reading on Google Patents - Patent Plus”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Patent Plus擴展crx文件

下載Patent Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Patent Plus Patent Plus
ID iceleckhffpjkcbbeadlojphojbjnmgm
官方網址 https://chromewebstore.google.com/detail/patent-plus/iceleckhffpjkcbbeadlojphojbjnmgm
簡介 Simplify patent reading on Google Patents - Patent Plus
檔案大小 6.15 MB
安裝次數 513
目前版本 1.7.25
更新時間 2024-03-01
上架時間 2023-11-08
評分 4.94/5 共 18 次評分
開發者 https://getpatentplus.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://getpatentplus.com
說明頁面URL https://getpatentplus.com/contact-us/
隱私政策頁面URL https://getpatentplus.com/privacy-policy
支援的語言 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\/*"
    ]
}