InView

Add an InView invoice and bill calendar widget to the dashboard of your Xero account

ما هو InView؟

InView هو إضافة Chrome تم تطويرها بواسطة Amaka، والميزة الرئيسية لها هي "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".

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

screenshot
screenshot

تحميل ملف CRX للإضافة InView

قم بتنزيل ملفات الامتداد InView بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Add an InView invoice and bill calendar widget to the dashboard of your Xero account                    

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

الاسم InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
عنوان URL الرسمي https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck
الوصف Add an InView invoice and bill calendar widget to the dashboard of your Xero account
حجم الملف 138 KB
عدد التثبيتات 77
النسخة الحالية 1.2.0
آخر تحديث 2023-01-17
تاريخ النشر 2019-05-22
تقييم 3.67/5 مجموع تقييمات 3
المطور Amaka
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.inviewapp.com/
عنوان صفحة المساعدة https://www.inviewapp.com/contact
عنوان صفحة سياسة الخصوصية https://amaka.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InView",
    "version": "1.2.0",
    "description": "Add an InView invoice and bill calendar widget to the dashboard of your Xero account",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.xero.com\/Dashboard\/",
                "*:\/\/*.xero.com\/Dashboard\/default.aspx",
                "*:\/\/*.xero.com\/Dashboard\/Default5.aspx",
                "*:\/\/*.xero.com\/app\/*\/dashboard"
            ],
            "css": [
                "styles\/fullcalendar.min.css",
                "styles\/styles.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/moment.min.js",
                "scripts\/popper.min.js",
                "scripts\/tooltip.min.js",
                "scripts\/fullcalendar.min.js",
                "scripts\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "styles\/fullcalendar.min.css",
        "styles\/styles.css",
        "scripts\/jquery.min.js",
        "scripts\/moment.min.js",
        "scripts\/popper.min.js",
        "scripts\/tooltip.min.js",
        "scripts\/fullcalendar.min.js"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}