Gary Vaynerchuk Motivation

Get motivational Gary Vee quotes every time you open a new tab

Gary Vaynerchuk Motivation là gì?

Gary Vaynerchuk Motivation là một tiện ích mở rộng Chrome được phát triển bởi Alex Marshall, và tính năng chính của nó là "Get motivational Gary Vee quotes every time you open a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gary Vaynerchuk Motivation

Tải xuống các tệp mở rộng Gary Vaynerchuk Motivation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gary Vaynerchuk Motivation Gary Vaynerchuk Motivation
ID bihpagippmobccegdjlngakomjhdnhja
URL Chính Thức https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja
Mô tả Get motivational Gary Vee quotes every time you open a new tab
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-03-24
Ngày Phát Hành 2017-03-24
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alex Marshall
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}