Carsake Sms Hirise
This software send sms to Hirise customer automatically.
什麼是Carsake Sms Hirise?
Carsake Sms Hirise是由https://carsake.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“This software send sms to Hirise customer automatically.”。
擴展截圖
下載Carsake Sms Hirise擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |