Invoice Maker

Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.

Qu'est-ce que Invoice Maker ?

Invoice Maker est une extension Chrome développée par https://estimatesapp.com, et sa fonction principale est "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Invoice Maker

Téléchargez les fichiers d'extension Invoice Maker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Invoice Maker App allows you to Create Professional Invoices in minutes.
Features:
- Custom Branding - Use your company logo.
- Print, Export or Email in PDF format.
- Customizable templates with unlimited theme colors
- Add Tax, Discounts, Shipping & handling & Amounts already paid info to your Invoices
- Multi-Currency Support and more                    

Informations de Base sur l'Extension

Nom Invoice Maker Invoice Maker
ID dihikgapdppjnlkgpajpjhhmdpmniiba
URL Officiel https://chromewebstore.google.com/detail/invoice-maker/dihikgapdppjnlkgpajpjhhmdpmniiba
Description Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.
Taille du Fichier 39.35 KB
Nombre d'Installations 747
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-02-06
Date de Publication 2020-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://estimatesapp.com
Type de Paiement free
Site Web de l'Extension https://estimatesapp.com/
URL de la Page d'Aide https://estimatesapp.com/contact/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invoice Maker",
    "short_name": "Invoice Builder App",
    "author": "IW Technologies",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Quick Invoice Maker App. Create Professional Invoices in minutes, Export or Share in PDF.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "homepage_url": "https:\/\/offstore.estimatesapp.com\/build\/web\/?autousername=chromeext",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon\/icon-48.png",
        "default_title": "Tab List",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}