Carsake Sms Hirise
This software send sms to Hirise customer automatically.
Was ist Carsake Sms Hirise?
Carsake Sms Hirise ist eine Chrome-Erweiterung, die von https://carsake.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "This software send sms to Hirise customer automatically.".
Erweiterungsscreenshots
Carsake Sms Hirise-Erweiterungs-CRX-Datei herunterladen
Laden Sie Carsake Sms Hirise-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Carsake Sms Hirise |
ID | gkkajhhddclibjgllkjgiebjnccdmckg |
Offizielle URL | https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg |
Beschreibung | This software send sms to Hirise customer automatically. |
Dateigröße | 65.11 KB |
Installationsanzahl | 922 |
Aktuelle Version | 12.8 |
Letztes Update | 2022-08-23 |
Veröffentlichungsdatum | 2020-02-29 |
Bewertung | 4.92/5 Insgesamt 12 Bewertungen |
Entwickler | https://carsake.blogspot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://sms.carsake.com/ |
Hilfeseite URL | http://carsake.com/carsake/privacy.html |
URL der Datenschutzrichtlinien-Seite | http://carsake.com/carsake/privacy.html |
Unterstützte Sprachen | 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" ] } ] } |