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”。

擴展截圖

screenshot

下載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 Gmail to Tax Docs & Tax DMS
ID ojbeiccbjfnbchkmljmbnghcipieockn
官方網址 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"
}