Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

Go to Customer Button for QuickBooks Online là gì?

Go to Customer Button for QuickBooks Online là một tiện ích mở rộng Chrome được phát triển bởi Simon C, và tính năng chính của nó là "This extension adds a button to the invoice screen".

Ả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 Go to Customer Button for QuickBooks Online

Tải xuống các tệp mở rộng Go to Customer Button for QuickBooks Online 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

                        This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.                    

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

Tên Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
URL Chính Thức https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
Mô tả This extension adds a button to the invoice screen
Kích Thước Tệp 74.59 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-11-21
Ngày Phát Hành 2018-11-21
Nhà Phát Triển Simon C
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go to Customer Button for QuickBooks Online",
    "description": "This extension adds a button to the invoice screen",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.qbo.intuit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*.qbo.intuit.com\/*",
        "https:\/\/*.qbo.intuit.com\/*"
    ]
}