LedgerSync Helper

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

Cos'è LedgerSync Helper?

LedgerSync Helper è un'estensione di Chrome sviluppata da LedgerSync, e la sua funzione principale è "Extract and save check images, statements and account summary in just a few clicks!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LedgerSync Helper

Scarica i file di estensione LedgerSync Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LedgerSync Helper LedgerSync Helper
ID fgdghlkjllhbnjhplngbpmcgdocadmbh
URL Ufficiale https://chromewebstore.google.com/detail/ledgersync-helper/fgdghlkjllhbnjhplngbpmcgdocadmbh
Descrizione Extract and save check images, statements and account summary in just a few clicks!
Dimensione del File 437 KB
Conteggio Installazioni 56
Versione Corrente 1.1.5
Ultimo Aggiornamento 2022-06-10
Data di Pubblicazione 2022-02-15
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore LedgerSync
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ledgersyncappv2.com/
URL della Pagina di Aiuto https://ledgersyncappv2.com/
URL della Pagina della Politica sulla Privacy https://www.ledgersync.com/terms
Lingue Supportate 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"
        }
    }
}