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
官方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/
帮助页面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
}