Gary Vaynerchuk Motivation
Get motivational Gary Vee quotes every time you open a new tab
Hvad er Gary Vaynerchuk Motivation?
Gary Vaynerchuk Motivation er en Chrome-udvidelse udviklet af Alex Marshall, og dens hovedfunktion er "Get motivational Gary Vee quotes every time you open a new tab".
Udvidelsesskærmbilleder
Download Gary Vaynerchuk Motivation-udvidelses-CRX-fil
Download Gary Vaynerchuk Motivation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bihpagippmobccegdjlngakomjhdnhja |
Officiel URL | https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja |
Beskrivelse | Get motivational Gary Vee quotes every time you open a new tab |
Filstørrelse | 167 KB |
Antal Installationer | 68 |
Nuværende Version | 0.0.0.3 |
Senest Opdateret | 2017-03-24 |
Udgivelsesdato | 2017-03-24 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | Alex Marshall |
[email protected] | |
Betalingsmetode | in_app |
Understøttede Sprog | 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" } ] } |