QuoteMachine
Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…
QuoteMachine là gì?
QuoteMachine là một tiện ích mở rộng Chrome được phát triển bởi https://www.quotemachine.com, và tính năng chính của nó là "Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QuoteMachine
Tải xuống các tệp mở rộng QuoteMachine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QuoteMachine |
ID | bojgededaoabbjpgffkcgmegacndgjdp |
URL Chính Thức | https://chromewebstore.google.com/detail/quotemachine/bojgededaoabbjpgffkcgmegacndgjdp |
Mô tả | Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine… |
Kích Thước Tệp | 598 KB |
Số Lần Cài Đặt | 2,152 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2023-10-11 |
Ngày Phát Hành | 2020-05-05 |
Nhà Phát Triển | https://www.quotemachine.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.quotemachine.com/lightspeed-exclusive-offer?utm_campaign=partner&utm_medium=webstore&utm_source=chrome&lang=en |
URL Trang Chính Sách Bảo Mật | https://www.quotemachine.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |