Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

ما هو Go to Customer Button for QuickBooks Online؟

Go to Customer Button for QuickBooks Online هو إضافة Chrome تم تطويرها بواسطة Simon C، والميزة الرئيسية لها هي "This extension adds a button to the invoice screen".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Go to Customer Button for QuickBooks Online

قم بتنزيل ملفات الامتداد Go to Customer Button for QuickBooks Online بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
عنوان URL الرسمي https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
الوصف This extension adds a button to the invoice screen
حجم الملف 74.59 KB
عدد التثبيتات 37
النسخة الحالية 1.0.1
آخر تحديث 2018-11-21
تاريخ النشر 2018-11-21
المطور Simon C
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}