InView

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

Cos'è InView?

InView è un'estensione di Chrome sviluppata da Amaka, e la sua funzione principale è "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione InView

Scarica i file di estensione InView in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
URL Ufficiale https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck
Descrizione Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Dimensione del File 138 KB
Conteggio Installazioni 77
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-01-17
Data di Pubblicazione 2019-05-22
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Amaka
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.inviewapp.com/
URL della Pagina di Aiuto https://www.inviewapp.com/contact
URL della Pagina della Politica sulla Privacy https://amaka.com/privacy-policy
Lingue Supportate 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
}