Pje

Captura processos na janela corrente do Pje

Wat is Pje?

Pje is een Chrome-extensie ontwikkeld door tiberio.melo, en de belangrijkste functie is "Captura processos na janela corrente do Pje".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pje

Download Pje-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pje Pje
ID fcccmeocmjcekjnhcajcjocoeoiikoda
Officiële URL https://chromewebstore.google.com/detail/pje/fcccmeocmjcekjnhcajcjocoeoiikoda
Beschrijving Captura processos na janela corrente do Pje
Bestandsgrootte 44.9 KB
Aantal Installaties 389
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-28
Publicatiedatum 2023-01-21
Ontwikkelaar tiberio.melo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}