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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |