Doc2You

Doc2You - Assinatura digital de documentos

Vad är Doc2You?

Doc2You är en Chrome-tillägg utvecklad av https://www.doc2you.com.br, och dess huvudfunktion är "Doc2You - Assinatura digital de documentos".

Tilläggsskärmbilder

screenshot

Ladda ner Doc2You-förlängningens CRX-fil

Ladda ner Doc2You-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Doc2You Doc2You
ID bpekackbfliljojehnalcfjocldbjoec
Officiell webbadress https://chromewebstore.google.com/detail/doc2you/bpekackbfliljojehnalcfjocldbjoec
Beskrivning Doc2You - Assinatura digital de documentos
Filstorlek 11.68 KB
Antal Installationer 10,000
Aktuell Version 0.0.0.12
Senast Uppdaterad 2023-11-10
Publiceringsdatum 2020-01-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.doc2you.com.br
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.doc2you.com.br
Hjälpsida URL https://www.doc2you.com.br
URL till Sekretesspolicy Sidan https://www.doc2you.com.br/privacidade/Politica_Privacidade_LGPD_Doc2You.pdf
Stödda Språk 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\/*"
    ]
}