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은(는) https://app.invoicesimple.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…"입니다.
확장 프로그램 스크린샷
Invoice Simple 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |