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
拡張機能の基本情報
名前 | 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 |
Eメール | [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\/*" ] } |