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
Eメール [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"
    }
}