touchSMS for Maropost
touchSMS for Maropost Commerce Cloud
touchSMS for Maropost क्या है?
touchSMS for Maropost https://touchsms.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "touchSMS for Maropost Commerce Cloud"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में touchSMS for Maropost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send text messages (SMS) directly from your Maropost Commerce Cloud store's control panel. Sent messages are automatically logged as sticky notes on orders, and to the customer communication log. Receive replies to sent message directly back into the order/customer log.
एक्सटेंशन की मूल जानकारी
नाम | touchSMS for Maropost |
ID | eipjlapfhlhgpkmepkalobecoojgapnd |
आधिकारिक URL | https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd |
विवरण | touchSMS for Maropost Commerce Cloud |
फ़ाइल का आकार | 187 KB |
स्थापना संख्या | 108 |
वर्तमान संस्करण | 0.4.1 |
अंतिम अपडेट | 2022-11-02 |
प्रकाशन तिथि | 2022-10-21 |
डेवलपर | https://touchsms.com.au |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://touchsms.com.au |
सहायता पृष्ठ URL | https://support.touchsms.com.au |
गोपनीयता नीति पृष्ठ URL | https://www.touchsms.com.au/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "touchSMS for Maropost", "description": "touchSMS for Maropost Commerce Cloud", "version": "0.4.1", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.neto.com.au\/*", "https:\/\/*\/_cpanel\/*" ], "js": [ "\/content.js" ] } ] } |