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"
    }
}