InView

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

Apa itu InView?

InView adalah ekstensi Chrome yang dikembangkan oleh Amaka, dan fitur utamanya adalah "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi InView

Unduh file ekstensi InView 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

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

Informasi Dasar Ekstensi

Nama InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
URL Resmi https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck
Deskripsi Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Ukuran File 138 KB
Jumlah Instalasi 77
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-01-17
Tanggal Publikasi 2019-05-22
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Amaka
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.inviewapp.com/
URL Halaman Bantuan https://www.inviewapp.com/contact
URL Halaman Kebijakan Privasi https://amaka.com/privacy-policy
Bahasa yang Didukung 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
}