Simple Invoice
This application helps shop keepers for their routine billing work to print invoice
Simple Invoiceคืออะไร?
Simple Invoice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://collonmade.com และคุณลักษณะหลักของมันคือ "This application helps shop keepers for their routine billing work to print invoice"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Invoice
ดาวน์โหลดไฟล์ส่วนขยาย Simple Invoice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of using various bill apps ? No need to worry now . Use this simple app . Nothing new . Just 5 steps and its over : 1)Install extension 2)Congratulations , its ready to use 3)Add your business details 4)Add billing details 5)"Print" it Go on next invoice now .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Invoice |
ID | jgdmdnlmdncjnechlikiidjcmkmbngle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-invoice/jgdmdnlmdncjnechlikiidjcmkmbngle |
คำอธิบาย | This application helps shop keepers for their routine billing work to print invoice |
ขนาดไฟล์ | 563 KB |
จำนวนการติดตั้ง | 278 |
เวอร์ชันปัจจุบัน | V1.1.3 |
อัปเดตครั้งล่าสุด | 2018-01-04 |
วันที่เผยแพร่ | 2018-01-04 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://collonmade.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Invoice", "description": "This application helps shop keepers for their routine billing work to print invoice", "version": "1.1.3", "author": "Collonmade", "short_name": "Simple Invoice", "browser_action": { "default_icon": "icon_128x128.png", "default_popup": "temp.html" }, "version_name": "V1.1.3", "content_scripts": [ { "js": [ "jquery.min.js", "jspdf.min.js", "jquery-ui.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/query.yahooapis.com\/v1\/public\/*", "http:\/\/translate.google.com\/translate_a\/element.js\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'" } |