Gary Vaynerchuk Motivation

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

Co to jest Gary Vaynerchuk Motivation?

Gary Vaynerchuk Motivation to rozszerzenie Chrome opracowane przez Alex Marshall, a jego główną funkcją jest „Get motivational Gary Vee quotes every time you open a new tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gary Vaynerchuk Motivation

Pobierz pliki rozszerzeń Gary Vaynerchuk Motivation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gary Vaynerchuk Motivation Gary Vaynerchuk Motivation
ID bihpagippmobccegdjlngakomjhdnhja
Oficjalny URL https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja
Opis Get motivational Gary Vee quotes every time you open a new tab
Rozmiar pliku 167 KB
Liczba instalacji 68
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2017-03-24
Data Publikacji 2017-03-24
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Alex Marshall
E-mail [email protected]
Typ Płatności in_app
Obsługiwane Języki 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"
        }
    ]
}