Free Online Invoicing | Brisk Invoicing
Create Invoices Anywhere, Anytime.
Free Online Invoicing | Brisk Invoicing란 무엇입니까?
Free Online Invoicing | Brisk Invoicing은(는) Brisk Cloudware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create Invoices Anywhere, Anytime."입니다.
확장 프로그램 스크린샷
Free Online Invoicing | Brisk Invoicing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | hpdpjghflkdpdhfajmhpafhkpfglbdpi |
공식 URL | https://chrome.google.com/webstore/detail/free-online-invoicing-bri/hpdpjghflkdpdhfajmhpafhkpfglbdpi |
설명 | Create Invoices Anywhere, Anytime. |
파일 크기 | 11.21 KB |
설치 횟수 | 244 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-06-18 |
출시 날짜 | 2019-06-18 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Brisk Cloudware |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.briskinvoicing.com |
지원되는 언어 | 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\/*" ] } |