Techy Coach Tutorials

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

Was ist Techy Coach Tutorials?

Techy Coach Tutorials ist eine Chrome-Erweiterung, die von https://techycoach.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to access Google Tutorials from the Techy Coach".

Erweiterungsscreenshots

screenshot

Techy Coach Tutorials-Erweiterungs-CRX-Datei herunterladen

Laden Sie Techy Coach Tutorials-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Techy Coach Tutorials Techy Coach Tutorials
ID kgafdjgebgihfdijdoamohhcmbfegebg
Offizielle URL https://chromewebstore.google.com/detail/techy-coach-tutorials/kgafdjgebgihfdijdoamohhcmbfegebg
Beschreibung This extension allows you to access Google Tutorials from the Techy Coach
Dateigröße 4.6 KB
Installationsanzahl 179
Aktuelle Version 1.0
Letztes Update 2016-04-04
Veröffentlichungsdatum 2016-04-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://techycoach.com
Zahlungsart free
Erweiterungswebsite http://youtube.com/shawnbeard07
Unterstützte Sprachen 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"
    ]
}