Assinatura Digital: ASSINE PELA INTERNET

Realize Assinaturas Digitais no navegador.

Assinatura Digital: ASSINE PELA INTERNET란 무엇입니까?

Assinatura Digital: ASSINE PELA INTERNET은(는) https://extension.assinepelainternet.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Realize Assinaturas Digitais no navegador."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Assinatura Digital: ASSINE PELA INTERNET 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Desenvolvido especialmente para o Google Chrome, a extensão para assinatura digital da API, Assine Pela Internet, permite realizar assinaturas digitais em todos os sistemas que utilizam as Soluções da Assine Pela Internet.                    

확장 프로그램 기본 정보

이름 Assinatura Digital: ASSINE PELA INTERNET Assinatura Digital: ASSINE PELA INTERNET
ID hednoihglgimfjhnodddcmmigapigkgj
공식 URL https://chrome.google.com/webstore/detail/assinatura-digital-assine/hednoihglgimfjhnodddcmmigapigkgj
설명 Realize Assinaturas Digitais no navegador.
파일 크기 309 KB
설치 횟수 10,000
현재 버전 1.0.2
최근 업데이트 2018-05-02
출시 날짜 2018-05-02
평점 5.00/5 총 2 개의 평점
개발자 https://extension.assinepelainternet.com.br
이메일 [email protected]
결제 유형 free
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Assinatura Digital: ASSINE PELA INTERNET",
    "short_name": "ASSINE PELA INTERNET",
    "version": "1.0.2",
    "version_name": "1.0.0",
    "description": "Realize Assinaturas Digitais no navegador.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "icon-361-grayscale.png",
            "38": "icon-361-grayscale.png"
        },
        "default_title": "Assinatura Digital: ASSINE PELA INTERNET",
        "default_popup": "main.html"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sweetalert2.min.css",
                "bry.css"
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "firefox-downloaded-file.png",
        "chrome-downloaded-file.png",
        "first-twosteps.png",
        "second-twosteps.png",
        "icon-361-grayscale.png",
        "sweetalert.css",
        "trash.png",
        "download-arrow.png",
        "ok.png",
        "loading.gif",
        "brand.png",
        "icon-128.png"
    ]
}