Carsake Sms Hirise Subdealer
This software send sms to Hirise customer automatically.
Cos'è Carsake Sms Hirise Subdealer?
Carsake Sms Hirise Subdealer è un'estensione di Chrome sviluppata da CarSake, e la sua funzione principale è "This software send sms to Hirise customer automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Carsake Sms Hirise Subdealer
Scarica i file di estensione Carsake Sms Hirise Subdealer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Carsake Sms Hirise Subdealer |
ID | hommegijngbbnfenjiinmcaohaepfmjb |
URL Ufficiale | https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb |
Descrizione | This software send sms to Hirise customer automatically. |
Dimensione del File | 63.47 KB |
Conteggio Installazioni | 175 |
Versione Corrente | 6.4 |
Ultimo Aggiornamento | 2019-12-17 |
Data di Pubblicazione | 2019-12-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | CarSake |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://carsake.com/carsake/home.html |
URL della Pagina della Politica sulla Privacy | http://carsake.com/carsake/privacy.html |
Lingue Supportate | 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" ] } ] } |