InView

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

什麼是InView?

InView是由Amaka開發的Chrome擴展程式,該擴展的主要功能是“Add an InView invoice and bill calendar widget to the dashboard of your Xero account”。

擴展截圖

screenshot
screenshot

下載InView擴展crx文件

下載InView擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
官方網址 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/
說明頁面URL https://www.inviewapp.com/contact
隱私政策頁面URL 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
}