Gary Vaynerchuk Motivation
Get motivational Gary Vee quotes every time you open a new tab
Cos'è Gary Vaynerchuk Motivation?
Gary Vaynerchuk Motivation è un'estensione di Chrome sviluppata da Alex Marshall, e la sua funzione principale è "Get motivational Gary Vee quotes every time you open a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gary Vaynerchuk Motivation
Scarica i file di estensione Gary Vaynerchuk Motivation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.
Informazioni di Base sull'Estensione
Nome | |
ID | bihpagippmobccegdjlngakomjhdnhja |
URL Ufficiale | https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja |
Descrizione | Get motivational Gary Vee quotes every time you open a new tab |
Dimensione del File | 167 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2017-03-24 |
Data di Pubblicazione | 2017-03-24 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Alex Marshall |
[email protected] | |
Tipo di Pagamento | in_app |
Lingue Supportate | 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" } ] } |