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…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 Invoice Simple
ID hlhgkeikggdbhfhlmkapkmaogoohepml
官方URL 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"
    }
}