S.A.P.O.

Produtor de documentos jurídicos

S.A.P.O. là gì?

S.A.P.O. là một tiện ích mở rộng Chrome được phát triển bởi https://manoelpaz.com, và tính năng chính của nó là "Produtor de documentos jurídicos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng S.A.P.O.

Tải xuống các tệp mở rộng S.A.P.O. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên S.A.P.O. S.A.P.O.
ID haoghmagdnphhbackmndieojkmnhlnpl
URL Chính Thức https://chromewebstore.google.com/detail/sapo/haoghmagdnphhbackmndieojkmnhlnpl
Mô tả Produtor de documentos jurídicos
Kích Thước Tệp 1.47 MB
Số Lần Cài Đặt 357
Phiên Bản Hiện Tại 0.0.0.75
Cập Nhật Lần Cuối 2021-05-13
Ngày Phát Hành 2020-02-25
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://manoelpaz.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}