S.A.P.O.

Produtor de documentos jurídicos

S.A.P.O.คืออะไร?

S.A.P.O. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manoelpaz.com และคุณลักษณะหลักของมันคือ "Produtor de documentos jurídicos"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย S.A.P.O.

ดาวน์โหลดไฟล์ส่วนขยาย S.A.P.O. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This application makes it easier to produce documents in Sapiens. There are many different models within it that can change according to situation. This is a computer aided legal document producer. This extension is in constant development. This app doesn't collect or share any user data. It only has functionalities in order to produce a legal documents. Esta extensão ajuda a produzir documentos jurídicos no Sapiens. Existem diferentes modelos que se adaptam conforme a situação indicada nos formulários. Está em desenvolvimento e novos modelos serão adicionados sempre.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ S.A.P.O. S.A.P.O.
ID haoghmagdnphhbackmndieojkmnhlnpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sapo/haoghmagdnphhbackmndieojkmnhlnpl
คำอธิบาย Produtor de documentos jurídicos
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 357
เวอร์ชันปัจจุบัน 0.0.0.75
อัปเดตครั้งล่าสุด 2021-05-13
วันที่เผยแพร่ 2020-02-25
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://manoelpaz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "S.A.P.O.",
    "short_name": "SAPO",
    "manifest_version": 2,
    "version": "0.0.0.75",
    "description": "Produtor de documentos jur\u00eddicos",
    "icons": {
        "16": "images\/sapo_so_16.png",
        "48": "images\/Sapo_48.png",
        "128": "images\/Sapo_128.png"
    },
    "page_action": {
        "default_title": "Tarefas Adicionais\/Additional Tasks",
        "default_icon": "images\/sapinho_botao.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "js\/mftools.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/sapiens.agu.gov.br\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "declarativeContent",
        "cookies",
        "https:\/\/manoelpaz.com\/",
        "https:\/\/manoelpaz.com\/*",
        "https:\/\/sapiens.agu.gov.br\/",
        "https:\/\/sapiens.agu.gov.br\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "images\/*.oga",
        "*.png"
    ]
}