Drive Watcher Chrome Extension

Add a powerful watcher in your workspace and stay tuned about updates done by your work mates

Drive Watcher Chrome Extension란 무엇입니까?

Drive Watcher Chrome Extension은(는) https://drivewatcherapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates"입니다.

확장 프로그램 스크린샷

screenshot

Drive Watcher Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DriveWatcher is a service that allows users to subscribe to updates in your work documents. Drive Watcher currently works for: Google Drive Folder, Team Drives, Google Docs and Google Forms. DriveWacher is the solution to get notifications about important changes in your Google Drive or Team Drive folder structure.
Improve the collaboration and reaction time of your team by getting notifications of important changes in your Google Drive and Team Drive Folders.                    

확장 프로그램 기본 정보

이름 Drive Watcher Chrome Extension Drive Watcher Chrome Extension
ID ecncpdaaopimgjpfolockddjghbncpbj
공식 URL https://chromewebstore.google.com/detail/drive-watcher-chrome-exte/ecncpdaaopimgjpfolockddjghbncpbj
설명 Add a powerful watcher in your workspace and stay tuned about updates done by your work mates
파일 크기 7.03 KB
설치 횟수 370
현재 버전 1.0
최근 업데이트 2019-01-23
출시 날짜 2019-01-23
평점 5.00/5 총 1 개의 평점
개발자 https://drivewatcherapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://drivewatcherweb.com
도움말 페이지 URL http://support.evenbytes.com
개인정보 보호 정책 페이지 URL https://evenbytes.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drive Watcher Chrome Extension",
    "description": "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates",
    "version": "1.0",
    "author": "[email protected]",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Go to Drive Watcher"
    },
    "icons": {
        "120": "img\/favicon.png"
    }
}