QuoteMachine
Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…
QuoteMachine क्या है?
QuoteMachine https://www.quotemachine.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuoteMachine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine integrates perfectly with your POS to bring your quotes to the next level and create a perfect invoicing experience that will help you save time and show your professionalism. Customers can accept or comment on your offers online. Should you need to edit or resend, we make it easy and keep track of all the versions for you and help you automate document creation and payments.
एक्सटेंशन की मूल जानकारी
नाम | QuoteMachine |
ID | bojgededaoabbjpgffkcgmegacndgjdp |
आधिकारिक URL | https://chromewebstore.google.com/detail/quotemachine/bojgededaoabbjpgffkcgmegacndgjdp |
विवरण | Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine… |
फ़ाइल का आकार | 598 KB |
स्थापना संख्या | 2,152 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2023-10-11 |
प्रकाशन तिथि | 2020-05-05 |
डेवलपर | https://www.quotemachine.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.quotemachine.com/lightspeed-exclusive-offer?utm_campaign=partner&utm_medium=webstore&utm_source=chrome&lang=en |
गोपनीयता नीति पृष्ठ URL | https://www.quotemachine.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuoteMachine", "version": "1.3.0", "manifest_version": 2, "description": "", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/*.lightspeedapp.com\/*", "https:\/\/*.merchantos.com\/*", "https:\/\/*.chronogolf.com\/*", "https:\/\/*.posios.com\/*", "https:\/\/*.qmach.in\/*", "background" ], "content_scripts": [ { "matches": [ "https:\/\/*.lightspeedapp.com\/*", "https:\/\/*.merchantos.com\/*", "https:\/\/local.qmach.in\/*", "https:\/\/staging.qmach.in\/*", "https:\/\/qmach.in\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "QuoteMachine extension", "default_popup": "popup.html" } } |