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 扩展基本信息
| 名称 | |
| ID | dihikgapdppjnlkgpajpjhhmdpmniiba |
| 官方URL | 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"
}
} | |