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
Eメール [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
}