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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PwC - US Tax Technology และคุณลักษณะหลักของมันคือ "File your emails into Tax Docs & Tax DMS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail to Tax Docs & Tax DMS
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |