LedgerSync Helper

Extract and save check images, statements and account summary in just a few clicks!

Co je LedgerSync Helper?

LedgerSync Helper je rozšíření Chrome vyvinuté LedgerSync, a jeho hlavní funkcí je „Extract and save check images, statements and account summary in just a few clicks!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření LedgerSync Helper

Stáhněte si soubory rozšíření LedgerSync Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Ledgersync is the premier software to synchronize check images to a single platform. Used by accountants and bookkeepers to speed up bookkeeping, Ledgersync is the best solution to fetch store bank related data in one central and secure hub.  

Check out Ledgersync at Ledgersync.com                    

Základní Informace o Rozšíření

Název LedgerSync Helper LedgerSync Helper
ID fgdghlkjllhbnjhplngbpmcgdocadmbh
Oficiální URL https://chromewebstore.google.com/detail/ledgersync-helper/fgdghlkjllhbnjhplngbpmcgdocadmbh
Popis Extract and save check images, statements and account summary in just a few clicks!
Velikost souboru 437 KB
Počet instalací 56
Aktuální Verze 1.1.5
Poslední Aktualizace 2022-06-10
Datum Vydání 2022-02-15
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář LedgerSync
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ledgersyncappv2.com/
URL Stránky Nápovědy https://ledgersyncappv2.com/
URL Stránky Zásad Ochrany Soukromí https://www.ledgersync.com/terms
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "description": "Extract and save check images, statements and account summary in just a few clicks!",
    "manifest_version": 2,
    "name": "LedgerSync Helper",
    "icons": {
        "16": "assets\/favicon-16x16.png",
        "32": "assets\/favicon-32x32.png",
        "96": "assets\/favicon-96x96.png"
    },
    "browser_action": {
        "default_icon": "assets\/ledgersync-logo.png",
        "default_title": "LedgerSync",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "webRequest",
        ""
    ],
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content-script.min.js"
            ]
        }
    ],
    "commands": {
        "devMode": {
            "suggested_key": {
                "default": "Alt+Shift+4"
            },
            "description": "Switch dev mode"
        }
    }
}