Carsake Sms Hirise Subdealer
This software send sms to Hirise customer automatically.
Carsake Sms Hirise Subdealerคืออะไร?
Carsake Sms Hirise Subdealer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CarSake และคุณลักษณะหลักของมันคือ "This software send sms to Hirise customer automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carsake Sms Hirise Subdealer
ดาวน์โหลดไฟล์ส่วนขยาย Carsake Sms Hirise Subdealer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |