Smartwaiver
Smartwaiver.com - Online Waivers for Smart Companies
Smartwaiver là gì?
Smartwaiver là một tiện ích mở rộng Chrome được phát triển bởi https://www.smartwaiver.com, và tính năng chính của nó là "Smartwaiver.com - Online Waivers for Smart Companies".
Ả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 Smartwaiver
Tải xuống các tệp mở rộng Smartwaiver 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
The Smartwaiver extension with Smart Fill enables you to transfer information from your signed smart waivers to your Point of Sale (POS) or Customer Relationship Management (CRM) System. This saves your staff time and ensures accurate data when adding a new customer record to your database.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smartwaiver |
ID | gkemkmbjgiaogipgcgibcicnbhmhcign |
URL Chính Thức | https://chromewebstore.google.com/detail/smartwaiver/gkemkmbjgiaogipgcgibcicnbhmhcign |
Mô tả | Smartwaiver.com - Online Waivers for Smart Companies |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 389 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2018-05-23 |
Ngày Phát Hành | 2018-05-23 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.smartwaiver.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://support.smartwaiver.com/hc/en-us/articles/115015428087-How-do-I-use-Smart-Fill-to-transfer-information-from-Smartwaiver-to-my-POS-or-CRM-like-MINDBODY-and-Zenplanner- |
URL Trang Trợ Giúp | https://support.smartwaiver.com/hc/en-us/articles/115015428087-How-do-I-use-Smart-Fill-to-transfer-information-from-Smartwaiver-to-my-POS-or-CRM-like-MINDBODY-and-Zenplanner- |
URL Trang Chính Sách Bảo Mật | https://www.smartwaiver.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smartwaiver", "version": "2.0.0", "minimum_chrome_version": "20", "description": "Smartwaiver.com - Online Waivers for Smart Companies", "manifest_version": 2, "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css", "css\/jquery-ui-1.10.3.custom.min.css" ], "js": [ "js\/jquery-1.8.2.min.js", "js\/jquery-ui-1.10.3.custom.min.js", "js\/jsend.min.js", "js\/moment.min.js", "js\/content-script.js" ], "all_frames": true } ], "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Smartwaiver" }, "permissions": [ "tabs" ], "web_accessible_resources": [ "images\/busy-animation.gif", "images\/icon-back-button.png", "images\/icon-home-button.png", "images\/icon-ok-button.gif", "images\/logo.png", "\/images\/sw_smartfill_hand.png" ] } |