Carsake Sms Hirise Subdealer
This software send sms to Hirise customer automatically.
Carsake Sms Hirise Subdealerとは何ですか?
Carsake Sms Hirise SubdealerはCarSakeによって開発されたChromeの拡張機能で、その主な機能は「This software send sms to Hirise customer automatically.」です。
拡張機能のスクリーンショット
Carsake Sms Hirise Subdealer拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |