Google Apps For Work Training

Discover Google Apps for work

Google Apps For Work Trainingคืออะไร?

Google Apps For Work Training เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tocosk.com และคุณลักษณะหลักของมันคือ "Discover Google Apps for work"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Apps For Work Training

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}