Google Apps For Work Training

Discover Google Apps for work

Google Apps For Work Training란 무엇입니까?

Google Apps For Work Training은(는) https://www.tocosk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover Google Apps for work"입니다.

확장 프로그램 스크린샷

screenshot

Google Apps For Work Training 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you want to use Google Apps For Works (Gmail, Drive, Sheets, etc...) more efficiently?

Try our new training solution: directly integrated into Gmail it will help you discover   new features in a way more interactive way than most of online training solution. 

No boring videos to watch just practice!

DISCLAIMER: this version is still work in progress so we ask for your indulgence and will be happy to receive any comments of any kind                    

확장 프로그램 기본 정보

이름 Google Apps For Work Training Google Apps For Work Training
ID ajmlmccjgkiedlpjbnlmdgiaolediojk
공식 URL https://chromewebstore.google.com/detail/google-apps-for-work-trai/ajmlmccjgkiedlpjbnlmdgiaolediojk
설명 Discover Google Apps for work
파일 크기 740 KB
설치 횟수 301
현재 버전 0.6
최근 업데이트 2015-12-18
출시 날짜 2015-12-18
평점 5.00/5 총 1 개의 평점
개발자 https://www.tocosk.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Apps For Work Training",
    "short_name": "Learn Google Apps",
    "description": "Discover Google Apps for work",
    "version": "0.6",
    "icons": {
        "128": "img\/logo_128.png"
    },
    "author": "Tocosk",
    "homepage_url": "http:\/\/www.tocosk.com",
    "web_accessible_resources": [
        "views\/*.html",
        "img\/*.png",
        "fonts\/*",
        "data\/*.json",
        "css\/images\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/devtest.tocosk.com\/empty.html"
            ],
            "css": [
                "css\/font-awesome.min.css",
                "css\/bootstrap.min.css",
                "css\/tooltipster.css",
                "css\/tocosk.css"
            ],
            "js": [
                "libs\/jquery-1.11.3.min.js",
                "libs\/jquery-ui.min.js",
                "libs\/angular.min.js",
                "libs\/bootstrap.min.js",
                "libs\/jquery.tooltipster.min.js",
                "js\/tocoskApp.js",
                "controllers\/mainController.js",
                "service\/chromeExtensionService.js",
                "service\/uiService.js",
                "service\/contentProviderService.js",
                "service\/eventCatcherService.js",
                "service\/eventMatcherService.js",
                "service\/redirectionService.js",
                "app.js"
            ]
        }
    ],
    "permissions": []
}