Chargebee Payment Reconciliation Plugin
The Chargebee plugin helps automate payment reconciliation in QuickBooks/Xero with your gateway statement.
Chargebee Payment Reconciliation Pluginคืออะไร?
Chargebee Payment Reconciliation Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chargebee และคุณลักษณะหลักของมันคือ "The Chargebee plugin helps automate payment reconciliation in QuickBooks/Xero with your gateway statement."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chargebee Payment Reconciliation Plugin
ดาวน์โหลดไฟล์ส่วนขยาย Chargebee Payment Reconciliation Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chargebee is a subscription management and recurring billing product used by over tens of thousands of businesses across 53 countries. New business owners and entrepreneurs can leverage Chargebee’s plug and play solution to create a frictionless subscription experience, without writing a single line of code. Growing businesses can use Chargebee’s powerful REST API to customize billing workflows. Chargebee integrates with payment gateways such as Stripe, Braintree, and Paypal; and business applications such as Quickbooks/Xero, and Salesforce among others. The Chargebee - QuickBooks/Xero Chrome Plugin matches your gateway statements to the book of accounts, without breaking a sweat. You can automate reconciliation of Stripe payments into QuickBooks/Xero in the click of a button. You won’t have to worry about formatting pains. Chargebee will understand the gateway type and convert your gateway statement to a format acceptable by QuickBooks/Xero.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gpemlmpjblhbjffmhbalomoonjblaolb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chargebee-payment-reconci/gpemlmpjblhbjffmhbalomoonjblaolb |
คำอธิบาย | The Chargebee plugin helps automate payment reconciliation in QuickBooks/Xero with your gateway statement. |
ขนาดไฟล์ | 159 KB |
จำนวนการติดตั้ง | 226 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2019-09-30 |
วันที่เผยแพร่ | 2019-09-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Chargebee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.chargebee.com |
URL หน้าช่วยเหลือ | https://support.chargebee.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.chargebee.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chargebee Payment Reconciliation Plugin", "short_name": "Chargebee Payment Reconciliation", "author": "Chargebee", "description": "The Chargebee plugin helps automate payment reconciliation in QuickBooks\/Xero with your gateway statement.", "homepage_url": "https:\/\/github.com\/chargebee\/cb-reconciliation-plugins", "version": "0.0.3", "browser_action": { "default_popup": "popup.html", "default_title": "Chargebee Payment Reconciliation Plugin", "default_icon": { "16": "assets\/Icon_16.png", "24": "assets\/Icon_24.png", "32": "assets\/Icon_32.png" } }, "content_scripts": [ { "matches": [ "https:\/\/go.xero.com\/Bank\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery.js", "js\/lib\/toast.js", "js\/lib\/recManager.js", "js\/xero.js" ] }, { "matches": [ "https:\/\/*.qbo.intuit.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery.js", "js\/lib\/toast.js", "js\/lib\/recManager.js", "js\/qb.js" ] } ], "permissions": [ "tabs", "storage" ] } |