LedgerSync Helper

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

LedgerSync Helperคืออะไร?

LedgerSync Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LedgerSync และคุณลักษณะหลักของมันคือ "Extract and save check images, statements and account summary in just a few clicks!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LedgerSync Helper

ดาวน์โหลดไฟล์ส่วนขยาย LedgerSync Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}