Doc2You

Doc2You - Assinatura digital de documentos

Was ist Doc2You?

Doc2You ist eine Chrome-Erweiterung, die von https://www.doc2you.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Doc2You - Assinatura digital de documentos".

Erweiterungsscreenshots

screenshot

Doc2You-Erweiterungs-CRX-Datei herunterladen

Laden Sie Doc2You-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Permite a realização de assinatura digital de documentos através do Google Chrome.

Mais informações em https://www.doc2you.com.br                    

Grundlegende Informationen zur Erweiterung

Name Doc2You Doc2You
ID bpekackbfliljojehnalcfjocldbjoec
Offizielle URL https://chromewebstore.google.com/detail/doc2you/bpekackbfliljojehnalcfjocldbjoec
Beschreibung Doc2You - Assinatura digital de documentos
Dateigröße 11.68 KB
Installationsanzahl 10,000
Aktuelle Version 0.0.0.12
Letztes Update 2023-11-10
Veröffentlichungsdatum 2020-01-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.doc2you.com.br
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.doc2you.com.br
Hilfeseite URL https://www.doc2you.com.br
URL der Datenschutzrichtlinien-Seite https://www.doc2you.com.br/privacidade/Politica_Privacidade_LGPD_Doc2You.pdf
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doc2You",
    "version": "0.0.0.12",
    "manifest_version": 3,
    "description": "Doc2You - Assinatura digital de documentos",
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "16": "doc2you32.png",
        "32": "doc2you32.png",
        "48": "doc2you32.png",
        "128": "doc2you32.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1\/*",
            "*:\/\/localhost\/*",
            "*:\/\/www.doc2you.com.br\/*",
            "*:\/\/testedoc2you.smartfactor.com.br\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/127.0.0.1\/*",
        "*:\/\/localhost\/*",
        "*:\/\/www.doc2you.com.br\/*",
        "*:\/\/testedoc2you.smartfactor.com.br\/*"
    ]
}