Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

Apa itu Go to Customer Button for QuickBooks Online?

Go to Customer Button for QuickBooks Online adalah ekstensi Chrome yang dikembangkan oleh Simon C, dan fitur utamanya adalah "This extension adds a button to the invoice screen".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Go to Customer Button for QuickBooks Online

Unduh file ekstensi Go to Customer Button for QuickBooks Online 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

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

Informasi Dasar Ekstensi

Nama Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
URL Resmi https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
Deskripsi This extension adds a button to the invoice screen
Ukuran File 74.59 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-11-21
Tanggal Publikasi 2018-11-21
Pengembang Simon C
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}