InView

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

Co je InView?

InView je rozšíření Chrome vyvinuté Amaka, a jeho hlavní funkcí je „Add an InView invoice and bill calendar widget to the dashboard of your Xero account“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření InView

Stáhněte si soubory rozšíření InView ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
Oficiální URL https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck
Popis Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Velikost souboru 138 KB
Počet instalací 77
Aktuální Verze 1.2.0
Poslední Aktualizace 2023-01-17
Datum Vydání 2019-05-22
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Amaka
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.inviewapp.com/
URL Stránky Nápovědy https://www.inviewapp.com/contact
URL Stránky Zásad Ochrany Soukromí https://amaka.com/privacy-policy
Podporované Jazyky 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
}