Invoices Maker
This software can let you do less work and send invoices effortlessly in a timely manner.
Τι είναι το Invoices Maker;
Το Invoices Maker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://invoicesmaker.freeonlineapps.net, και η κύρια λειτουργία του είναι "This software can let you do less work and send invoices effortlessly in a timely manner.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Invoices Maker
Λήψη αρχείων επέκτασης Invoices Maker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you need to make an official looking invoice for your business? Need a simple and effective manner to make an invoice? Just install our software Invoices Maker! Enter in the details such as amount to be paid, business name etc The Invoice is created and can be saved in PDF Format You can save your invoice on your Google drive also This software is 100% free, you can begin making professional looking invoices today with Invoices Maker
Βασικές Πληροφορίες Επέκτασης
Όνομα | Invoices Maker |
ID | oenbhebfdnilmnmdilcocjngkaijjamc |
Επίσημο URL | https://chromewebstore.google.com/detail/invoices-maker/oenbhebfdnilmnmdilcocjngkaijjamc |
Περιγραφή | This software can let you do less work and send invoices effortlessly in a timely manner. |
Μέγεθος Αρχείου | 1.07 MB |
Αριθμός Εγκαταστάσεων | 626 |
Τρέχουσα Έκδοση | 3.0.1 |
Τελευταία Ενημέρωση | 2023-10-28 |
Ημερομηνία Δημοσίευσης | 2020-05-11 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://invoicesmaker.freeonlineapps.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://invoicesmaker.freeonlineapps.net |
Διεύθυνση URL της Σελίδας Βοήθειας | https://invoicesmaker.freeonlineapps.net/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.freebusinessapps.net/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "offline_enabled": true, "short_name": "invoice generator", "version": "3.0.1", "container": [ "GOOGLE_DRIVE" ], "background": { "service_worker": "\/js\/bg-worker.js" }, "homepage_url": "https:\/\/invoicesmaker.freeonlineapps.net\/", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "permissions": [], "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_title": "__MSG_app_name__" } } |