InView

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

InViewคืออะไร?

InView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amaka และคุณลักษณะหลักของมันคือ "Add an InView invoice and bill calendar widget to the dashboard of your Xero account"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InView

ดาวน์โหลดไฟล์ส่วนขยาย 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
}