Simple Invoice
This application helps shop keepers for their routine billing work to print invoice
什麼是Simple Invoice?
Simple Invoice是由https://collonmade.com開發的Chrome擴展程式,該擴展的主要功能是“This application helps shop keepers for their routine billing work to print invoice”。
擴展截圖
下載Simple Invoice擴展crx文件
下載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 |
官方網址 | 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'" } |