Invoices Maker
This software can let you do less work and send invoices effortlessly in a timely manner.
Invoices Maker क्या है?
Invoices Maker https://invoicesmaker.freeonlineapps.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This software can let you do less work and send invoices effortlessly in a timely manner."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Invoices Maker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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__" } } |