Doc2You

Doc2You - Assinatura digital de documentos

Hvad er Doc2You?

Doc2You er en Chrome-udvidelse udviklet af https://www.doc2you.com.br, og dens hovedfunktion er "Doc2You - Assinatura digital de documentos".

Udvidelsesskærmbilleder

screenshot

Download Doc2You-udvidelses-CRX-fil

Download Doc2You-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Doc2You Doc2You
ID bpekackbfliljojehnalcfjocldbjoec
Officiel URL https://chromewebstore.google.com/detail/doc2you/bpekackbfliljojehnalcfjocldbjoec
Beskrivelse Doc2You - Assinatura digital de documentos
Filstørrelse 11.68 KB
Antal Installationer 10,000
Nuværende Version 0.0.0.12
Senest Opdateret 2023-11-10
Udgivelsesdato 2020-01-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.doc2you.com.br
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.doc2you.com.br
Hjælpeside-URL https://www.doc2you.com.br
URL til Fortrolighedspolitik Side https://www.doc2you.com.br/privacidade/Politica_Privacidade_LGPD_Doc2You.pdf
Understøttede Sprog 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\/*"
    ]
}