Simple Invoice
This application helps shop keepers for their routine billing work to print invoice
Was ist Simple Invoice?
Simple Invoice ist eine Chrome-Erweiterung, die von https://collonmade.com entwickelt wurde, und ihr Hauptmerkmal ist "This application helps shop keepers for their routine billing work to print invoice".
Erweiterungsscreenshots
Simple Invoice-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Invoice-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 .
Grundlegende Informationen zur Erweiterung
Name | Simple Invoice |
ID | jgdmdnlmdncjnechlikiidjcmkmbngle |
Offizielle URL | https://chromewebstore.google.com/detail/simple-invoice/jgdmdnlmdncjnechlikiidjcmkmbngle |
Beschreibung | This application helps shop keepers for their routine billing work to print invoice |
Dateigröße | 563 KB |
Installationsanzahl | 278 |
Aktuelle Version | V1.1.3 |
Letztes Update | 2018-01-04 |
Veröffentlichungsdatum | 2018-01-04 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://collonmade.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |