iManage Work for Gmail

iManage Work for Gmail

iManage Work for Gmail란 무엇입니까?

iManage Work for Gmail은(는) iManage LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "iManage Work for Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

iManage Work for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        iManage Work Email Management for Gmail is the perfect solution for Google Workspace
professionals to manage all email communications related to engagements,
enforce security on sensitive content, and easily find and share relevant
information between professionals and clients without wasting valuable time.

iManage Work Email Management for Gmail provides simple yet powerful
capabilities within the Gmail environment already familiar to Google Workspace users.
The Send and File feature lets users choose to file emails to an iManage Work
project folder at the same time they are sending it to a recipient. With a single
action, users can bulk file individual emails and conversations with their
document attachments. A visual cue indicates that filing is complete. 

Managing attachments is a breeze with iManage Work Gmail integration.
Documents within the iManage Work project folder-, can be attached directly
to outgoing emails as an HTTP link or an attachment copy. You can preview
document attachments and be alerted if they are sending an outdated copy,
eliminating any risks associated with sharing the wrong version. Inbound
attachments can be detached from the source email and filed as new
documents or new versions of existing documents within the respective project.
You can file multiple emails with multiple attachments as a single operation
using iManage Work Email Management for Gmail. 

-----------------------------------------------------------------------------
You need to have an appropriate iManage Work license to use the iManage Work Email Management for Gmail. Please contact your iManage Account Executive if you need further information. 

The iManage Email Management for Gmail extension uses the Inbox SDK from Streak to interact with Gmail. The Inbox SDK continuously monitors changes to the Gmail DOM and User Interface elements and updates itself automatically in real-time. This ensures the iManage Email Management for Gmail extension continues to work even when Gmail is updated without any notice. 
 
The Inbox SDK loads required components directly from within the iManage Email Management for Gmail extension from Streak servers, which means that the extension needs to have access to the Internet. When communicating with the Streak servers, no user or company specific data, such as emails, contacts or personal information, is shared with the Inbox SDK or the Streak servers. 
 
The terms and conditions related to the use of the InboxSDK are set forth at https://www.inboxsdk.com/terms.
------------------------------------------------------------------------------                    

확장 프로그램 기본 정보

이름 iManage Work for Gmail iManage Work for Gmail
ID eameopeafamlapaanmfijbednoofgeep
공식 URL https://chromewebstore.google.com/detail/imanage-work-for-gmail/eameopeafamlapaanmfijbednoofgeep
설명 iManage Work for Gmail
파일 크기 3.07 MB
설치 횟수 7,817
현재 버전 10.2.1.48
최근 업데이트 2021-10-14
출시 날짜 2020-04-06
평점 4.73/5 총 11 개의 평점
개발자 iManage LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.imanage.com
도움말 페이지 URL https://help.imanage.com
개인정보 보호 정책 페이지 URL https://imanage.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iManage Work for Gmail",
    "description": "iManage Work for Gmail",
    "version": "10.2.1.48",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.loader.js",
                "app.loader.js"
            ],
            "css": [
                "application.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject.js",
        "modal-iframe\/modal-iframe.html",
        "login\/common-login.html",
        "login\/successful-login.html",
        "assets\/*.*",
        "configuration\/internal-config.json",
        "build.js",
        "locales\/*",
        "chrome:\/\/*",
        "imanage-config.json",
        "tests\/*"
    ],
    "icons": {
        "16": "assets\/imanage-icon.png",
        "48": "assets\/imanage-icon.png",
        "128": "assets\/imanage-icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/imanage-icon.png"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/*\/",
        "storage",
        "identity",
        "identity.email",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*.google.com\/*",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "privacy"
    ],
    "background": {
        "scripts": [
            "vendors\/jquery\/dist\/jquery.js",
            "common\/gmail\/background.loader.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google.com 'sha256-yd5btrbNiKegpZQvPQvROXREtvCjkGq\/AfYIk5mV2Ug=' 'sha256-gva9eR\/y1Mwid2ZB+QrxUxIlBLJgcoil4vho1wSjCkA=' 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "452563512549-mp71tkjg0prsmch8hln3tpk4859ft0kf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/gmail.labels",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "manifest_version": 2,
    "options_page": "configuration\/configuration.html"
}