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ファイルをダウンロード

Google Apps For Work Training拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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": []
}