S.A.P.O.

Produtor de documentos jurídicos

S.A.P.O.란 무엇입니까?

S.A.P.O.은(는) https://manoelpaz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Produtor de documentos jurídicos"입니다.

확장 프로그램 스크린샷

screenshot

S.A.P.O. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}