Invoice Simple
Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…
Invoice Simple là gì?
Invoice Simple là một tiện ích mở rộng Chrome được phát triển bởi https://app.invoicesimple.com, và tính năng chính của nó là "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Invoice Simple
Tải xuống các tệp mở rộng Invoice Simple dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We got you covered. Invoice Simple is the fastest and easiest way to generate unbranded and beautiful invoices. New Features added September 2018! Features: ★ No branding ★ No Signup required ★ No slow page loads ★ Elegant and professional invoices ★ Only 2 clicks to email your invoice ★ Autosave as you type ★ Upload your company Logo ★ View a list of all your invoices ★ Edit invoices ★ Customize Payment terms and dates ★ See the total amount owing across all your invoices ★ Download an Invoice PDF ★ Send your customer an Invoice link ★ Includes 120 currencies ★ Customize Tax amounts and Labels ★ Add Flat or Percentage discounts ★ Record full or partial payments ★ Add Notes to your customers Have ideas of feedback? Share them with our support team, just you click on the chat button, available on every page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Invoice Simple |
ID | hlhgkeikggdbhfhlmkapkmaogoohepml |
URL Chính Thức | https://chromewebstore.google.com/detail/invoice-simple/hlhgkeikggdbhfhlmkapkmaogoohepml |
Mô tả | Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We… |
Kích Thước Tệp | 15.8 KB |
Số Lần Cài Đặt | 13,592 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2018-09-28 |
Ngày Phát Hành | 2018-09-28 |
Đánh Giá | 4.62/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | https://app.invoicesimple.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.invoicesimple.com |
URL Trang Trợ Giúp | http://help.invoicesimple.com/ |
URL Trang Chính Sách Bảo Mật | https://www.invoicesimple.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invoice Simple", "version": "1.1.1", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/www.invoicesimple.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/app.invoicesimple.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Invoice Simple" } } |