Gmail to Tax Docs & Tax DMS
File your emails into Tax Docs & Tax DMS
Gmail to Tax Docs & Tax DMSとは何ですか?
Gmail to Tax Docs & Tax DMSはPwC - US Tax Technologyによって開発されたChromeの拡張機能で、その主な機能は「File your emails into Tax Docs & Tax DMS」です。
拡張機能のスクリーンショット
Gmail to Tax Docs & Tax DMS拡張機能のCRXファイルをダウンロード
Gmail to Tax Docs & Tax DMS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a Gmail Chrome Extension for TaxDMS.This extension helps users to select emails and file to DMS and also file documents from Google Drive to DMS.Users with access to DMS can use the extension to file the emails to the desired DMS Location.
拡張機能の基本情報
名前 | Gmail to Tax Docs & Tax DMS |
ID | ojbeiccbjfnbchkmljmbnghcipieockn |
公式URL | https://chromewebstore.google.com/detail/gmail-to-tax-docs-tax-dms/ojbeiccbjfnbchkmljmbnghcipieockn |
説明 | File your emails into Tax Docs & Tax DMS |
ファイルサイズ | 332 KB |
インストール数 | 3,786 |
現在のバージョン | 7.0.0 |
最終更新日 | 2022-06-25 |
公開日 | 2021-11-12 |
評価 | 2.17/5 合計 12 レビュー |
開発者 | PwC - US Tax Technology |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pwc.com |
ヘルプページのURL | https://www.pwc.com |
プライバシーポリシーページのURL | https://www.pwc.com/us/en/site/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail to Tax Docs & Tax DMS", "description": "File your emails into Tax Docs & Tax DMS", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "identity" ], "externally_connectable": { "matches": [ "*:\/\/mail.google.com\/*" ] }, "oauth2": { "client_id": "63113539920-8v5aqs5puaq59ar26hp7m0bidl3l04d4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.labels", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/gmail.modify" ] }, "web_accessible_resources": [ { "resources": [ "lib\/gapi.js", "lib\/msal_v2.js", "js\/2.6192053e.chunk.js", "js\/3.f9ef6591.chunk.js", "js\/main.61fda776.chunk.js", "js\/runtime-main.27f19a1d.js", "css\/2.b99653bd.chunk.css", "css\/main.1b92a15d.chunk.css" ], "matches": [ "*:\/\/mail.google.com\/*" ], "use_dynamic_url": true } ], "version": "7.0.0" } |