Carsake Sms Hirise
This software send sms to Hirise customer automatically.
Carsake Sms Hiriseคืออะไร?
Carsake Sms Hirise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://carsake.blogspot.com และคุณลักษณะหลักของมันคือ "This software send sms to Hirise customer automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carsake Sms Hirise
ดาวน์โหลดไฟล์ส่วนขยาย Carsake Sms Hirise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This sms software is developed by Carsake and it's worked automatically to send all type of SMS from Hirise 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 |
ID | gkkajhhddclibjgllkjgiebjnccdmckg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg |
คำอธิบาย | This software send sms to Hirise customer automatically. |
ขนาดไฟล์ | 65.11 KB |
จำนวนการติดตั้ง | 922 |
เวอร์ชันปัจจุบัน | 12.8 |
อัปเดตครั้งล่าสุด | 2022-08-23 |
วันที่เผยแพร่ | 2020-02-29 |
คะแนน | 4.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://carsake.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://sms.carsake.com/ |
URL หน้าช่วยเหลือ | http://carsake.com/carsake/privacy.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", "short_name": "Carsake Sms Hirise", "description": "This software send sms to Hirise customer automatically.", "version": "12.8", "page_action": { "default_icon": "icon32.png", "default_title": "Carsake Sms Hirise", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery_3_5_1_min.js", "CarsakeBackrun.js" ], "persistent": false }, "icons": { "16": "icon48.png" }, "permissions": [ "https:\/\/sms.cartel.guru\/*", "http:\/\/sms.cartel.guru\/*", "tabs", "notifications", "storage", "http:\/\/hirise.honda2wheelersindia.com\/*", "https:\/\/hirise.honda2wheelersindia.com\/*" ], "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/hirise.honda2wheelersindia.com\/*", "https:\/\/hirise.honda2wheelersindia.com\/*" ], "js": [ "jquery_3_5_1_min.js", "CarsakeMain.js" ] } ] } |