Doc2You
Doc2You - Assinatura digital de documentos
什么是Doc2You?
Doc2You是由https://www.doc2you.com.br开发的Chrome扩展程序,该扩展的主要功能是“Doc2You - Assinatura digital de documentos”。
扩展截图
下载Doc2You扩展crx文件
下载Doc2You扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Permite a realização de assinatura digital de documentos através do Google Chrome.
Mais informações em https://www.doc2you.com.br 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | https://www.doc2you.com.br |
| 隐私政策页面URL | 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\/*"
]
} | |