LedgerSync Helper

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

What is LedgerSync Helper?

LedgerSync Helper is a Chrome extension developed by LedgerSync, and its main feature is "Extract and save check images, statements and account summary in just a few clicks!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download LedgerSync Helper Extension CRX File

Download LedgerSync Helper 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

                        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                    

Extension Basic Information

Name LedgerSync Helper LedgerSync Helper
ID fgdghlkjllhbnjhplngbpmcgdocadmbh
Official URL https://chromewebstore.google.com/detail/ledgersync-helper/fgdghlkjllhbnjhplngbpmcgdocadmbh
Description Extract and save check images, statements and account summary in just a few clicks!
File Size 437 KB
Installation Count 56
Current Version 1.1.5
Last Updated 2022-06-10
Publish Date 2022-02-15
Rating 1.00/5 Total 1 Ratings
Developer LedgerSync
Email [email protected]
Payment Type free
Extension Website https://ledgersyncappv2.com/
Help Page URL https://ledgersyncappv2.com/
Privacy Policy Page URL https://www.ledgersync.com/terms
Supported Languages 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"
        }
    }
}