Gary Vaynerchuk Motivation
Get motivational Gary Vee quotes every time you open a new tab
Apa itu Gary Vaynerchuk Motivation?
Gary Vaynerchuk Motivation adalah ekstensi Chrome yang dikembangkan oleh Alex Marshall, dan fitur utamanya adalah "Get motivational Gary Vee quotes every time you open a new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gary Vaynerchuk Motivation
Unduh file ekstensi Gary Vaynerchuk Motivation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.
Informasi Dasar Ekstensi
Nama | |
ID | bihpagippmobccegdjlngakomjhdnhja |
URL Resmi | https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja |
Deskripsi | Get motivational Gary Vee quotes every time you open a new tab |
Ukuran File | 167 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2017-03-24 |
Tanggal Publikasi | 2017-03-24 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | Alex Marshall |
[email protected] | |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | 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" } ] } |