Gary Vaynerchuk Motivation
Get motivational Gary Vee quotes every time you open a new tab
Vad är Gary Vaynerchuk Motivation?
Gary Vaynerchuk Motivation är en Chrome-tillägg utvecklad av Alex Marshall, och dess huvudfunktion är "Get motivational Gary Vee quotes every time you open a new tab".
Tilläggsskärmbilder
Ladda ner Gary Vaynerchuk Motivation-förlängningens CRX-fil
Ladda ner Gary Vaynerchuk Motivation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.
Grundläggande Information om Tillägg
Namn | |
ID | bihpagippmobccegdjlngakomjhdnhja |
Officiell webbadress | https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja |
Beskrivning | Get motivational Gary Vee quotes every time you open a new tab |
Filstorlek | 167 KB |
Antal Installationer | 68 |
Aktuell Version | 0.0.0.3 |
Senast Uppdaterad | 2017-03-24 |
Publiceringsdatum | 2017-03-24 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Alex Marshall |
E-post | [email protected] |
Betalningssätt | in_app |
Stödda Språk | 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" } ] } |