InView

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

InView là gì?

InView là một tiện ích mở rộng Chrome được phát triển bởi Amaka, và tính năng chính của nó là "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng InView

Tải xuống các tệp mở rộng InView dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
URL Chính Thức https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck
Mô tả Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2019-05-22
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Amaka
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.inviewapp.com/
URL Trang Trợ Giúp https://www.inviewapp.com/contact
URL Trang Chính Sách Bảo Mật https://amaka.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}