Smartwaiver
Smartwaiver.com - Online Waivers for Smart Companies
Smartwaiver क्या है?
Smartwaiver https://www.smartwaiver.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smartwaiver.com - Online Waivers for Smart Companies"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smartwaiver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |