Mayday

A browser extension for Mayday

What is Mayday?

Mayday is a Chrome extension developed by https://www.getmayday.com, and its main feature is "A browser extension for Mayday".

Extension Screenshots

screenshot

Download Mayday Extension CRX File

Download Mayday extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mayday Mayday
ID fkipfnnahnnainffmlmicmbbkcijlcjg
Official URL https://chromewebstore.google.com/detail/mayday/fkipfnnahnnainffmlmicmbbkcijlcjg
Description A browser extension for Mayday
File Size 252 KB
Installation Count 383
Current Version 1.2.10
Last Updated 2023-10-04
Publish Date 2023-01-23
Developer https://www.getmayday.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.getmayday.com/legal/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}