LexisNexis PatentAdvisor® Extension

Access Free Patent Examiner Statistics directly on the USPTO’s Private PAIR and Patent Center Websites

¿Qué es LexisNexis PatentAdvisor® Extension?

LexisNexis PatentAdvisor® Extension es una extensión de Chrome desarrollada por LexisNexis, y su función principal es "Access Free Patent Examiner Statistics directly on the USPTO’s Private PAIR and Patent Center Websites".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LexisNexis PatentAdvisor® Extension

Descarga archivos de extensión LexisNexis PatentAdvisor® Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Most patent prosecutors work with aggressive time constraints and switching between the USPTO website to a third-party application to explore examiner statistics can be time-consuming. 

Further, prosecutors lack reliable metrics to base their decision-making through the prosecution process. Only relying on the allowance rate can lead to wrong decisions resulting in rejects, increased costs, and time to grant. 

That is why we developed the FREE LexisNexis PatentAdvisor Extension, making examiner statistics available right at the point of need, on the USPTO Private PAIR and Patent Center websites, providing immediate access to the most essential statistics: 

- PatentAdvisor Examiner Time Allocation (ETA) 
- PatentAdvisor QuickPAIR Timeline
- Allowance rate 
- Average office actions to allowance 
- Art unit allowance rate 
- Art unit’s average office actions to allowance 

With the PatentAdvisor Extension and access to examiner analytics, you can: 

- Save time and money: with the PatentAdvisor Extension making relevant data accessible at the point of need directly on the USPTO website and also enabling the identification of at-risk applications early on  
- Get a bird’s eye view of any patent application and direct access to important documents right in your workflow
- Improve prosecution outcomes: with powerful examiner analytics, especially ETA, enabling transparency and better predictability  
- Efficiently manage resources and stakeholders' expectations: The PatentAdvisor Extension is the shortcut to actionable insights that help you better manage stakeholder expectations around the likely cost and length of prosecution.

Download the FREE LexisNexis PatentAdvisor® Extension today.                    

Información Básica de la Extensión

Nombre LexisNexis PatentAdvisor® Extension LexisNexis PatentAdvisor® Extension
ID kpjegcemlcajkehigehjegohoplbfmpm
URL Oficial https://chromewebstore.google.com/detail/lexisnexis-patentadvisor%C2%AE/kpjegcemlcajkehigehjegohoplbfmpm
Descripción Access Free Patent Examiner Statistics directly on the USPTO’s Private PAIR and Patent Center Websites
Tamaño del Archivo 926 KB
Cantidad de Instalaciones 799
Versión Actual 2.23
Última Actualización 2024-02-02
Fecha de Publicación 2021-07-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador LexisNexis
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.lexisnexisip.com/products/patent-advisor/
URL de la Página de Política de Privacidad https://www.lexisnexis.com/en-us/terms/privacy-policy.page
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LexisNexis PatentAdvisor\u00ae Extension",
    "description": "Access Free Patent Examiner Statistics directly on the USPTO\u2019s Private PAIR and Patent Center Websites",
    "homepage_url": "https:\/\/go.patentadvisor.com",
    "version": "2.23",
    "icons": {
        "48": "icons\/PA_icon.png",
        "96": "icons\/PA_icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/portal.uspto.gov\/pair\/PublicPair",
        "*:\/\/go.patentadvisor.com\/*",
        "*:\/\/patentcenter.uspto.gov\/*",
        "https:\/\/ppair-my.uspto.gov\/pair\/*",
        "activeTab"
    ],
    "background": {
        "page": "my-background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/portal.uspto.gov\/pair\/PublicPair"
            ],
            "css": [
                "resources\/hide_at_start.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/portal.uspto.gov\/pair\/PublicPair"
            ],
            "js": [
                "resources\/jquery-3.6.0.min.js",
                "resources\/getTabInfo_content.js",
                "resources\/data.js",
                "content_scripts\/end.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/ppair-my.uspto.gov\/pair\/*"
            ],
            "js": [
                "resources\/scripts.js",
                "resources\/getTabInfo_content.js",
                "resources\/cryptico\/jsbn.js",
                "resources\/cryptico\/random.js",
                "resources\/cryptico\/hash.js",
                "resources\/cryptico\/rsa.js",
                "resources\/cryptico\/aes_api.js",
                "resources\/whirlpool.js",
                "resources\/md5.min.js",
                "resources\/jquery-3.6.0.min.js",
                "resources\/lz-string.js",
                "resources\/throttle.js",
                "resources\/CryptoJS.js",
                "resources\/common.js",
                "resources\/login.js",
                "resources\/data.js",
                "content_scripts\/extension_private.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/portal.uspto.gov\/pair\/PublicPair"
            ],
            "js": [
                "resources\/scripts.js",
                "resources\/getTabInfo_content.js",
                "resources\/cryptico\/jsbn.js",
                "resources\/cryptico\/random.js",
                "resources\/cryptico\/hash.js",
                "resources\/cryptico\/rsa.js",
                "resources\/cryptico\/aes_api.js",
                "resources\/whirlpool.js",
                "resources\/md5.min.js",
                "resources\/jquery-3.6.0.min.js",
                "resources\/lz-string.js",
                "resources\/throttle.js",
                "resources\/CryptoJS.js",
                "resources\/common.js",
                "resources\/login.js",
                "content_scripts\/extension.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/patentcenter.uspto.gov\/*"
            ],
            "js": [
                "resources\/scripts.js",
                "resources\/getTabInfo_content.js",
                "resources\/cryptico\/jsbn.js",
                "resources\/cryptico\/random.js",
                "resources\/cryptico\/hash.js",
                "resources\/cryptico\/rsa.js",
                "resources\/cryptico\/aes_api.js",
                "resources\/whirlpool.js",
                "resources\/md5.min.js",
                "resources\/jquery-3.6.0.min.js",
                "resources\/lz-string.js",
                "resources\/throttle.js",
                "resources\/CryptoJS.js",
                "resources\/common.js",
                "resources\/login.js",
                "resources\/data.js",
                "content_scripts\/extension_patcenter.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/go.patentadvisor.com\/",
                "*:\/\/go.patentadvisor.com\/browser-extension.php*",
                "*:\/\/go.patentadvisor.com\/*login.php*",
                "*:\/\/go.patentadvisor.com\/reset",
                "*:\/\/go.patentadvisor.com\/profile.php"
            ],
            "js": [
                "resources\/getTabInfo_content.js",
                "resources\/cryptico\/jsbn.js",
                "resources\/cryptico\/random.js",
                "resources\/cryptico\/hash.js",
                "resources\/cryptico\/rsa.js",
                "resources\/cryptico\/aes_api.js",
                "resources\/whirlpool.js",
                "resources\/md5.min.js",
                "resources\/jquery-3.6.0.min.js",
                "resources\/lz-string.js",
                "resources\/throttle.js",
                "resources\/CryptoJS.js",
                "resources\/common.js",
                "resources\/login.js",
                "content_scripts\/extension.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/Lato.woff2",
        "resources\/styles.css",
        "resources\/styles_min.css",
        "resources\/styles_private.css",
        "resources\/styles_private_min.css",
        "resources\/d3.v4.min.js",
        "images\/fa-arrow-white.svg",
        "images\/download-solid.svg",
        "images\/print-solid.svg",
        "images\/pdf-file.svg",
        "images\/cloud-download-alt-solid.svg",
        "images\/printing-tool.svg",
        "images\/LexisNexis.png",
        "images\/PatentAdvisor.png",
        "images\/external-link-alt-solid.svg",
        "images\/iconfinder_login.svg",
        "resources\/styles_patcenter.css",
        "images\/pdf-file-blue.svg",
        "images\/external-link-alt-solid-blue.svg",
        "images\/pdf-file-expired-pair.svg",
        "images\/external-link-alt-solid-expired-pair.svg",
        "images\/pdf-file-expired-pc.svg",
        "images\/external-link-alt-solid-expired-pc.svg",
        "images\/SPE-icon.png",
        "content_scripts\/timeline\/runtime.ecc08d6b2def12502e93.js",
        "content_scripts\/timeline\/corejs-vendor.1ce4e7ffbbc32c34e08a.js",
        "content_scripts\/timeline\/react-vendor.381cd139cd2645066416.js",
        "content_scripts\/timeline\/vendor.4746d7fd0652d8b64a19.js",
        "content_scripts\/timeline\/embeddableTimeline.4a90eba0ae0cd2ae0a48.js",
        "content_scripts\/timeline\/manifest.json"
    ]
}