Gary Vaynerchuk Motivation
Get motivational Gary Vee quotes every time you open a new tab
Qu'est-ce que Gary Vaynerchuk Motivation ?
Gary Vaynerchuk Motivation est une extension Chrome développée par Alex Marshall, et sa fonction principale est "Get motivational Gary Vee quotes every time you open a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gary Vaynerchuk Motivation
Téléchargez les fichiers d'extension Gary Vaynerchuk Motivation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.
Informations de Base sur l'Extension
Nom | |
ID | bihpagippmobccegdjlngakomjhdnhja |
URL Officiel | https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja |
Description | Get motivational Gary Vee quotes every time you open a new tab |
Taille du Fichier | 167 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2017-03-24 |
Date de Publication | 2017-03-24 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Alex Marshall |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" } ] } |