LedgerSync Helper

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

LedgerSync Helper란 무엇입니까?

LedgerSync Helper은(는) LedgerSync에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract and save check images, statements and account summary in just a few clicks!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LedgerSync Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 LedgerSync Helper LedgerSync Helper
ID fgdghlkjllhbnjhplngbpmcgdocadmbh
공식 URL https://chromewebstore.google.com/detail/ledgersync-helper/fgdghlkjllhbnjhplngbpmcgdocadmbh
설명 Extract and save check images, statements and account summary in just a few clicks!
파일 크기 437 KB
설치 횟수 56
현재 버전 1.1.5
최근 업데이트 2022-06-10
출시 날짜 2022-02-15
평점 1.00/5 총 1 개의 평점
개발자 LedgerSync
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ledgersyncappv2.com/
도움말 페이지 URL https://ledgersyncappv2.com/
개인정보 보호 정책 페이지 URL https://www.ledgersync.com/terms
지원되는 언어 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"
        }
    }
}