Smartwaiver
Smartwaiver.com - Online Waivers for Smart Companies
什麼是Smartwaiver?
Smartwaiver是由https://www.smartwaiver.com開發的Chrome擴展程式,該擴展的主要功能是“Smartwaiver.com - Online Waivers for Smart Companies”。
擴展截圖
下載Smartwaiver擴展crx文件
下載Smartwaiver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Smartwaiver |
ID | gkemkmbjgiaogipgcgibcicnbhmhcign |
官方網址 | https://chromewebstore.google.com/detail/smartwaiver/gkemkmbjgiaogipgcgibcicnbhmhcign |
簡介 | Smartwaiver.com - Online Waivers for Smart Companies |
檔案大小 | 173 KB |
安裝次數 | 389 |
目前版本 | 2.0.0 |
更新時間 | 2018-05-23 |
上架時間 | 2018-05-23 |
評分 | 2.00/5 共 1 次評分 |
開發者 | https://www.smartwaiver.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | 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 | 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 | https://www.smartwaiver.com/privacy |
支援的語言 | 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" ] } |