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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}