Carsake Sms Hirise
This software send sms to Hirise customer automatically.
Co je Carsake Sms Hirise?
Carsake Sms Hirise je rozšíření Chrome vyvinuté https://carsake.blogspot.com, a jeho hlavní funkcí je „This software send sms to Hirise customer automatically.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Carsake Sms Hirise
Stáhněte si soubory rozšíření Carsake Sms Hirise ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Carsake Sms Hirise |
ID | gkkajhhddclibjgllkjgiebjnccdmckg |
Oficiální URL | https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg |
Popis | This software send sms to Hirise customer automatically. |
Velikost souboru | 65.11 KB |
Počet instalací | 922 |
Aktuální Verze | 12.8 |
Poslední Aktualizace | 2022-08-23 |
Datum Vydání | 2020-02-29 |
Hodnocení | 4.92/5 Celkem 12 Hodnocení |
Vývojář | https://carsake.blogspot.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://sms.carsake.com/ |
URL Stránky Nápovědy | http://carsake.com/carsake/privacy.html |
URL Stránky Zásad Ochrany Soukromí | http://carsake.com/carsake/privacy.html |
Podporované Jazyky | 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" ] } ] } |