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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Invoice Simple: The easiest way to create an Invoice without registration. Need to make a quick invoice, without signing up? We…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Invoice Simple एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |