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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.invoicesimple.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Invoice Simple

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}