Carsake Sms Hirise

This software send sms to Hirise customer automatically.

Cos'è Carsake Sms Hirise?

Carsake Sms Hirise è un'estensione di Chrome sviluppata da https://carsake.blogspot.com, e la sua funzione principale è "This software send sms to Hirise customer automatically.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Carsake Sms Hirise

Scarica i file di estensione Carsake Sms Hirise 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 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.                    

Informazioni di Base sull'Estensione

Nome Carsake Sms Hirise Carsake Sms Hirise
ID gkkajhhddclibjgllkjgiebjnccdmckg
URL Ufficiale https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg
Descrizione This software send sms to Hirise customer automatically.
Dimensione del File 65.11 KB
Conteggio Installazioni 922
Versione Corrente 12.8
Ultimo Aggiornamento 2022-08-23
Data di Pubblicazione 2020-02-29
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore https://carsake.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://sms.carsake.com/
URL della Pagina di Aiuto http://carsake.com/carsake/privacy.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",
    "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"
            ]
        }
    ]
}