Techy Coach Tutorials

This extension allows you to access Google Tutorials from the Techy Coach

Techy Coach Tutorials là gì?

Techy Coach Tutorials là một tiện ích mở rộng Chrome được phát triển bởi https://techycoach.com, và tính năng chính của nó là "This extension allows you to access Google Tutorials from the Techy Coach".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Techy Coach Tutorials

Tải xuống các tệp mở rộng Techy Coach Tutorials dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension connects you with Google Tutorials from the Techy Coach.  Access tutorials for the Google products you need, when you need them.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Techy Coach Tutorials Techy Coach Tutorials
ID kgafdjgebgihfdijdoamohhcmbfegebg
URL Chính Thức https://chromewebstore.google.com/detail/techy-coach-tutorials/kgafdjgebgihfdijdoamohhcmbfegebg
Mô tả This extension allows you to access Google Tutorials from the Techy Coach
Kích Thước Tệp 4.6 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-04
Ngày Phát Hành 2016-04-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://techycoach.com
Loại Thanh Toán free
Trang Web Mở Rộng http://youtube.com/shawnbeard07
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Techy Coach Tutorials",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This extension allows you to access Google Tutorials from the Techy Coach",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}