Mayday

A browser extension for Mayday

Mayday là gì?

Mayday là một tiện ích mở rộng Chrome được phát triển bởi https://www.getmayday.com, và tính năng chính của nó là "A browser extension for Mayday".

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

screenshot

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

Tải xuống các tệp mở rộng Mayday 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

                        A Chrome extension for Mayday Recharger, which extends the bank reconciliation functionality in Xero to allow you to match bank transactions to bills posted in other orgs in your group.                    

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

Tên Mayday Mayday
ID fkipfnnahnnainffmlmicmbbkcijlcjg
URL Chính Thức https://chromewebstore.google.com/detail/mayday/fkipfnnahnnainffmlmicmbbkcijlcjg
Mô tả A browser extension for Mayday
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 1.2.10
Cập Nhật Lần Cuối 2023-10-04
Ngày Phát Hành 2023-01-23
Nhà Phát Triển https://www.getmayday.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.getmayday.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mayday",
    "version": "1.2.10",
    "description": "A browser extension for Mayday",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.xero.com\/BankRec\/BankRec.aspx*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getmayday.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.recharger.getmayday.com",
        "https:\/\/recharger.getmayday.com",
        "https:\/\/my.getmayday.com"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "reconcileProxy.bundle.js"
            ],
            "matches": [
                "https:\/\/go.xero.com\/*"
            ]
        }
    ]
}