Invoice Maker
Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
什麼是Invoice Maker?
Invoice Maker是由https://estimatesapp.com開發的Chrome擴展程式,該擴展的主要功能是“Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.”。
擴展截圖
下載Invoice Maker擴展crx文件
下載Invoice Maker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Invoice Maker |
ID | dihikgapdppjnlkgpajpjhhmdpmniiba |
官方網址 | https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba |
簡介 | Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF. |
檔案大小 | 39.35 KB |
安裝次數 | 747 |
目前版本 | 1.1.0 |
更新時間 | 2020-02-06 |
上架時間 | 2020-02-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://estimatesapp.com |
付費類型 | free |
擴展官網 | https://estimatesapp.com/ |
說明頁面URL | https://estimatesapp.com/contact/ |
支援的語言 | 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" } } |