LedgerSync Helper

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

Wat is LedgerSync Helper?

LedgerSync Helper is een Chrome-extensie ontwikkeld door LedgerSync, en de belangrijkste functie is "Extract and save check images, statements and account summary in just a few clicks!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LedgerSync Helper

Download LedgerSync Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LedgerSync Helper LedgerSync Helper
ID fgdghlkjllhbnjhplngbpmcgdocadmbh
Officiële URL https://chromewebstore.google.com/detail/ledgersync-helper/fgdghlkjllhbnjhplngbpmcgdocadmbh
Beschrijving Extract and save check images, statements and account summary in just a few clicks!
Bestandsgrootte 437 KB
Aantal Installaties 56
Huidige Versie 1.1.5
Laatst Bijgewerkt 2022-06-10
Publicatiedatum 2022-02-15
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar LedgerSync
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ledgersyncappv2.com/
Help Pagina-URL https://ledgersyncappv2.com/
URL van de Privacybeleid Pagina https://www.ledgersync.com/terms
Ondersteunde Talen 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"
        }
    }
}