Free Online Invoicing | Brisk Invoicing
Create Invoices Anywhere, Anytime.
What is Free Online Invoicing | Brisk Invoicing?
Free Online Invoicing | Brisk Invoicing is a Chrome extension developed by Brisk Cloudware, and its main feature is "Create Invoices Anywhere, Anytime.".
Extension Screenshots
Download Free Online Invoicing | Brisk Invoicing Extension CRX File
Download Free Online Invoicing | Brisk Invoicing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Free Online Invoicing - Create Invoices Anywhere Anytime Easy and intuitive online invoicing helps businesses look professional and stay organized. Get Organized - Create and send invoices securely from anywhere - Instantly email, print or save invoices to PDF - Schedule recurring invoices to save time - Invoice template provides professional appearance - Easily view the invoice status: unpaid, paid or overdue - Maintain a database of products and their costs Invoice on the Go - You'll have your first invoice ready to send within minutes - Securely send invoices to customers wherever you are - Mobile compatibility makes it easy to login on your smart phone Schedule Invoices - The recurring invoice option gives you the ability to create an invoice template for customers that order the same items on a regular interval. - Simply create your invoice, select the recurring invoice option and set the invoicing schedule. It's that easy.
Extension Basic Information
Name | |
ID | hpdpjghflkdpdhfajmhpafhkpfglbdpi |
Official URL | https://chrome.google.com/webstore/detail/free-online-invoicing-bri/hpdpjghflkdpdhfajmhpafhkpfglbdpi |
Description | Create Invoices Anywhere, Anytime. |
File Size | 11.21 KB |
Installation Count | 244 |
Current Version | 1.0.1 |
Last Updated | 2019-06-18 |
Publish Date | 2019-06-18 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Brisk Cloudware |
[email protected] | |
Payment Type | free |
Extension Website | https://www.briskinvoicing.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Online Invoicing | Brisk Invoicing", "short_name": "BriskInvoicing", "version": "1.0.1", "manifest_version": 2, "description": "Create Invoices Anywhere, Anytime.", "homepage_url": "https:\/\/www.brisktable.com", "icons": { "128": "images\/128x128.png" }, "background": { "scripts": [ "bichromeextension.js" ], "persistent": true }, "browser_action": { "default_title": "Open BriskInvoicing" }, "permissions": [ "http:\/\/www.briskinvoicing.com\/*", "https:\/\/www.briskinvoicing.com\/*" ] } |