Gary Vaynerchuk Motivation

Get motivational Gary Vee quotes every time you open a new tab

Was ist Gary Vaynerchuk Motivation?

Gary Vaynerchuk Motivation ist eine Chrome-Erweiterung, die von Alex Marshall entwickelt wurde, und ihr Hauptmerkmal ist "Get motivational Gary Vee quotes every time you open a new tab".

Erweiterungsscreenshots

screenshot

Gary Vaynerchuk Motivation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gary Vaynerchuk Motivation-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

                        Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.                    

Grundlegende Informationen zur Erweiterung

Name Gary Vaynerchuk Motivation Gary Vaynerchuk Motivation
ID bihpagippmobccegdjlngakomjhdnhja
Offizielle URL https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja
Beschreibung Get motivational Gary Vee quotes every time you open a new tab
Dateigröße 167 KB
Installationsanzahl 68
Aktuelle Version 0.0.0.3
Letztes Update 2017-03-24
Veröffentlichungsdatum 2017-03-24
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Alex Marshall
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gary Vaynerchuk Motivation",
    "description": "Get motivational Gary Vee quotes every time you open a new tab",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "icons": {
        "128": "logo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "myhtml.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "myjavascript.js"
            ],
            "run_at": "document_end"
        }
    ]
}