Doc2You

Doc2You - Assinatura digital de documentos

ما هو Doc2You؟

Doc2You هو إضافة Chrome تم تطويرها بواسطة https://www.doc2you.com.br، والميزة الرئيسية لها هي "Doc2You - Assinatura digital de documentos".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Doc2You

قم بتنزيل ملفات الامتداد Doc2You بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

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

معلومات أساسية عن التمديد

الاسم Doc2You Doc2You
ID bpekackbfliljojehnalcfjocldbjoec
عنوان URL الرسمي https://chromewebstore.google.com/detail/doc2you/bpekackbfliljojehnalcfjocldbjoec
الوصف Doc2You - Assinatura digital de documentos
حجم الملف 11.68 KB
عدد التثبيتات 10,000
النسخة الحالية 0.0.0.12
آخر تحديث 2023-11-10
تاريخ النشر 2020-01-15
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.doc2you.com.br
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.doc2you.com.br
عنوان صفحة المساعدة https://www.doc2you.com.br
عنوان صفحة سياسة الخصوصية https://www.doc2you.com.br/privacidade/Politica_Privacidade_LGPD_Doc2You.pdf
اللغات المدعومة 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\/*"
    ]
}