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?
Invoice Simple是由https://app.invoicesimple.com開發的Chrome擴展程式,該擴展的主要功能是“Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…”。
擴展截圖
下載Invoice Simple擴展crx文件
下載Invoice Simple擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Invoice Simple |
ID | hlhgkeikggdbhfhlmkapkmaogoohepml |
官方網址 | https://chromewebstore.google.com/detail/invoice-simple/hlhgkeikggdbhfhlmkapkmaogoohepml |
簡介 | Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We… |
檔案大小 | 15.8 KB |
安裝次數 | 13,592 |
目前版本 | 1.1.1 |
更新時間 | 2018-09-28 |
上架時間 | 2018-09-28 |
評分 | 4.62/5 共 42 次評分 |
開發者 | https://app.invoicesimple.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.invoicesimple.com |
說明頁面URL | http://help.invoicesimple.com/ |
隱私政策頁面URL | https://www.invoicesimple.com/privacy |
支援的語言 | 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" } } |