Simple Invoice
This application helps shop keepers for their routine billing work to print invoice
Qu'est-ce que Simple Invoice ?
Simple Invoice est une extension Chrome développée par https://collonmade.com, et sa fonction principale est "This application helps shop keepers for their routine billing work to print invoice".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Invoice
Téléchargez les fichiers d'extension Simple Invoice au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 .
Informations de Base sur l'Extension
Nom | Simple Invoice |
ID | jgdmdnlmdncjnechlikiidjcmkmbngle |
URL Officiel | https://chromewebstore.google.com/detail/simple-invoice/jgdmdnlmdncjnechlikiidjcmkmbngle |
Description | This application helps shop keepers for their routine billing work to print invoice |
Taille du Fichier | 563 KB |
Nombre d'Installations | 278 |
Version Actuelle | V1.1.3 |
Dernière Mise à Jour | 2018-01-04 |
Date de Publication | 2018-01-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://collonmade.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |