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 |
公式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" } } |