Doc2You

Doc2You - Assinatura digital de documentos

Wat is Doc2You?

Doc2You is een Chrome-extensie ontwikkeld door https://www.doc2you.com.br, en de belangrijkste functie is "Doc2You - Assinatura digital de documentos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Doc2You

Download Doc2You-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Doc2You Doc2You
ID bpekackbfliljojehnalcfjocldbjoec
Officiële URL https://chromewebstore.google.com/detail/doc2you/bpekackbfliljojehnalcfjocldbjoec
Beschrijving Doc2You - Assinatura digital de documentos
Bestandsgrootte 11.68 KB
Aantal Installaties 10,000
Huidige Versie 0.0.0.12
Laatst Bijgewerkt 2023-11-10
Publicatiedatum 2020-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.doc2you.com.br
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.doc2you.com.br
Help Pagina-URL https://www.doc2you.com.br
URL van de Privacybeleid Pagina https://www.doc2you.com.br/privacidade/Politica_Privacidade_LGPD_Doc2You.pdf
Ondersteunde Talen 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\/*"
    ]
}