Invoice Maker
Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
What is Invoice Maker?
Invoice Maker is a Chrome extension developed by https://estimatesapp.com, and its main feature is "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.".
Extension Screenshots
Download Invoice Maker Extension CRX File
Download Invoice Maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Invoice Maker App allows you to Create Professional Invoices in minutes. Features: - Custom Branding - Use your company logo. - Print, Export or Email in PDF format. - Customizable templates with unlimited theme colors - Add Tax, Discounts, Shipping & handling & Amounts already paid info to your Invoices - Multi-Currency Support and more
Extension Basic Information
Name | Invoice Maker |
ID | dihikgapdppjnlkgpajpjhhmdpmniiba |
Official URL | https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba |
Description | Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF. |
File Size | 39.35 KB |
Installation Count | 747 |
Current Version | 1.1.0 |
Last Updated | 2020-02-06 |
Publish Date | 2020-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://estimatesapp.com |
Payment Type | free |
Extension Website | https://estimatesapp.com/ |
Help Page URL | https://estimatesapp.com/contact/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invoice Maker", "short_name": "Invoice Builder App", "author": "IW Technologies", "manifest_version": 2, "version": "1.1.0", "description": "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.", "background": { "page": "background.html", "persistent": false }, "homepage_url": "https:\/\/offstore.estimatesapp.com\/build\/web\/?autousername=chromeext", "permissions": [ "contextMenus", "tabs" ], "browser_action": { "default_icon": "icon\/icon-48.png", "default_title": "Tab List", "default_popup": "popup.html" }, "icons": { "16": "icon\/icon-16.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" } } |