Carsake Sms Hirise Subdealer
This software send sms to Hirise customer automatically.
Carsake Sms Hirise Subdealer क्या है?
Carsake Sms Hirise Subdealer CarSake द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This software send sms to Hirise customer automatically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Carsake Sms Hirise Subdealer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This sms software is developed by Carsake and it's worked automatically to send all type of SMS like... Enquiry, Vehicle Sales, Service Reminder, Jobcard Open/Close And Service invoice etc. You can see all report in our online panel & also u can send bulk sms from our online panel.
एक्सटेंशन की मूल जानकारी
नाम | Carsake Sms Hirise Subdealer |
ID | hommegijngbbnfenjiinmcaohaepfmjb |
आधिकारिक URL | https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb |
विवरण | This software send sms to Hirise customer automatically. |
फ़ाइल का आकार | 63.47 KB |
स्थापना संख्या | 175 |
वर्तमान संस्करण | 6.4 |
अंतिम अपडेट | 2019-12-17 |
प्रकाशन तिथि | 2019-12-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | CarSake |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://carsake.com/carsake/home.html |
गोपनीयता नीति पृष्ठ URL | http://carsake.com/carsake/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Carsake Sms Hirise Subdealer", "short_name": "Carsake Sms Hirise Subdealer", "description": "This software send sms to Hirise customer automatically.", "version": "6.4", "page_action": { "default_icon": "icon32.png", "default_title": "Carsake Sms Hirise Subdealer", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery_108.js", "CarsakeBackrun.js" ], "persistent": false }, "icons": { "16": "icon48.png" }, "permissions": [ "tabs", "notifications", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery_108.js", "CarsakeMain.js" ] } ] } |