Bitglass Google Docs Offline

Edit, create, and view your documents, spreadsheets, and presentations — all without internet access.

Bitglass Google Docs Offline란 무엇입니까?

Bitglass Google Docs Offline은(는) https://bitglass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit, create, and view your documents, spreadsheets, and presentations — all without internet access."입니다.

확장 프로그램 스크린샷

screenshot

Bitglass Google Docs Offline 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin allows Bitglass customers using Bitglass proxy solution to access google docs offline

About Bitglass:
Managed Apps: Bitglass' Zero-day cloud access security broker (CASB) solution uniquely balances cloud agility, security, and user experience. Agentless Zero-day controls for any device. Control the flow of sensitive data into and out of the cloud in real time with Bitglass cloud DLP and contextual access control. Monitor and control data at rest in the cloud via APIs. Ensure security and compliance for data-at-rest with searchable Cloud Encryption. Protect data from breaches while preserving full application functionality. Agentless Zero-Day malware and threat protection

Unmanaged Apps: Analyze application usage at the firewall or proxy and control usage of unmanaged applications. 
Automated ShadowIT index of over 100K apps detect and rate unmanaged app risk. Block, coach, and control unmanaged cloud applications on any managed device. Zero-day Unmanaged App Control leverages patent-pending technology that automatically detects and controls leakage paths in any app.   

Mobile Security: Mobile is an inseparable component of cloud security. Bitglass' data-centric approach to mobile security ensures that corporate information stays protected on any device, anywhere. Secure mobile and BYOD painlessly with Bitglass' agentless mobile security solution. It takes just minutes to configure and deploy for both users and admins. Control and protect corporate data on any mobile device with DLP, device controls, and more.                    

확장 프로그램 기본 정보

이름 Bitglass Google Docs Offline Bitglass Google Docs Offline
ID gmbfmcpekcgdhklibbplodlikahhmnag
공식 URL https://chromewebstore.google.com/detail/bitglass-google-docs-offl/gmbfmcpekcgdhklibbplodlikahhmnag
설명 Edit, create, and view your documents, spreadsheets, and presentations — all without internet access.
파일 크기 88.14 KB
설치 횟수 36,130
현재 버전 1.9.2
최근 업데이트 2022-06-25
출시 날짜 2020-03-23
평점 3.00/5 총 2 개의 평점
개발자 https://bitglass.com
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventpage_bin_prod.js"
        ]
    },
    "content_capabilities": {
        "matches": [
            "https:\/\/docs-google-com.btglss.net\/*",
            "https:\/\/drive-google-com.btglss.net\/*",
            "https:\/\/docs-google-com.us.bitglass.net\/*",
            "https:\/\/drive-google-com.us.bitglass.net\/*",
            "https:\/\/docs-google-com.us.bgcls.com\/*",
            "https:\/\/drive-google-com.us.bgcls.com\/*",
            "https:\/\/docs-google-com.bgcls1.com\/*",
            "https:\/\/drive-google-com.bgcls1.com\/*",
            "https:\/\/docs-google-com.bgcls2.net\/*",
            "https:\/\/drive-google-com.bgcls2.net\/*",
            "https:\/\/docs-google-com.bglhs.net\/*",
            "https:\/\/drive-google-com.bglhs.net\/*"
        ],
        "permissions": [
            "unlimitedStorage"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en_US",
    "description": "__MSG_extDesc__",
    "externally_connectable": {
        "matches": [
            "https:\/\/docs-google-com.btglss.net\/*",
            "https:\/\/drive-google-com.btglss.net\/*",
            "https:\/\/docs-google-com.us.bitglass.net\/*",
            "https:\/\/drive-google-com.us.bitglass.net\/*",
            "https:\/\/docs-google-com.us.bgcls.com\/*",
            "https:\/\/drive-google-com.us.bgcls.com\/*",
            "https:\/\/docs-google-com.bgcls2.net\/*",
            "https:\/\/drive-google-com.bgcls2.net\/*",
            "https:\/\/docs-google-com.bglhs.net\/*",
            "https:\/\/drive-google-com.bglhs.net\/*"
        ]
    },
    "icons": {
        "128": "bitglass.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "Bitglass Google Docs Offline",
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "storage": {
        "managed_schema": "dasherSettingSchema.json"
    },
    "version": "1.9.2",
    "web_accessible_resources": [
        "page_embed_script.js"
    ]
}