Doc2You

Doc2You - Assinatura digital de documentos

What is Doc2You?

Doc2You is a Chrome extension developed by https://www.doc2you.com.br, and its main feature is "Doc2You - Assinatura digital de documentos".

Extension Screenshots

screenshot

Download Doc2You Extension CRX File

Download Doc2You extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Doc2You Doc2You
ID bpekackbfliljojehnalcfjocldbjoec
Official URL https://chromewebstore.google.com/detail/doc2you/bpekackbfliljojehnalcfjocldbjoec
Description Doc2You - Assinatura digital de documentos
File Size 11.68 KB
Installation Count 10,000
Current Version 0.0.0.12
Last Updated 2023-11-10
Publish Date 2020-01-15
Rating 5.00/5 Total 1 Ratings
Developer https://www.doc2you.com.br
Email [email protected]
Payment Type free
Extension Website https://www.doc2you.com.br
Help Page URL https://www.doc2you.com.br
Privacy Policy Page URL https://www.doc2you.com.br/privacidade/Politica_Privacidade_LGPD_Doc2You.pdf
Supported Languages 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\/*"
    ]
}