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 |
公式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 |
Eメール | [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" ] } ] } |