Pje

Captura processos na janela corrente do Pje

What is Pje?

Pje is a Chrome extension developed by tiberio.melo, and its main feature is "Captura processos na janela corrente do Pje".

Extension Screenshots

screenshot
screenshot

Download Pje Extension CRX File

Download Pje 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

                        Realiza busca de protocolos de processos encaminhados no PJe perante o sistema Simp.                    

Extension Basic Information

Name Pje Pje
ID fcccmeocmjcekjnhcajcjocoeoiikoda
Official URL https://chromewebstore.google.com/detail/pje/fcccmeocmjcekjnhcajcjocoeoiikoda
Description Captura processos na janela corrente do Pje
File Size 44.9 KB
Installation Count 389
Current Version 2.0
Last Updated 2023-12-28
Publish Date 2023-01-21
Developer tiberio.melo
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0",
    "name": "Pje",
    "description": "Captura processos na janela corrente do Pje",
    "author": "Tib\u00e9rio Melo",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Pje",
        "default_popup": "popup\/popup.html",
        "default_icon": "imagens\/iconPje.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "imagens\/iconPje16.png",
        "48": "imagens\/iconPje48.png",
        "128": "imagens\/iconPje128.png"
    }
}