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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |