Gary Vaynerchuk Motivation

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

Wat is Gary Vaynerchuk Motivation?

Gary Vaynerchuk Motivation is een Chrome-extensie ontwikkeld door Alex Marshall, en de belangrijkste functie is "Get motivational Gary Vee quotes every time you open a new tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gary Vaynerchuk Motivation

Download Gary Vaynerchuk Motivation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gary Vaynerchuk Motivation Gary Vaynerchuk Motivation
ID bihpagippmobccegdjlngakomjhdnhja
Officiële URL https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja
Beschrijving Get motivational Gary Vee quotes every time you open a new tab
Bestandsgrootte 167 KB
Aantal Installaties 68
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2017-03-24
Publicatiedatum 2017-03-24
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Alex Marshall
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen 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"
        }
    ]
}