Carsake Sms Hirise

This software send sms to Hirise customer automatically.

Qu'est-ce que Carsake Sms Hirise ?

Carsake Sms Hirise est une extension Chrome développée par https://carsake.blogspot.com, et sa fonction principale est "This software send sms to Hirise customer automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Carsake Sms Hirise

Téléchargez les fichiers d'extension Carsake Sms Hirise au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Carsake Sms Hirise Carsake Sms Hirise
ID gkkajhhddclibjgllkjgiebjnccdmckg
URL Officiel https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg
Description This software send sms to Hirise customer automatically.
Taille du Fichier 65.11 KB
Nombre d'Installations 922
Version Actuelle 12.8
Dernière Mise à Jour 2022-08-23
Date de Publication 2020-02-29
Évaluation 4.92/5 Total 12 Évaluations
Développeur https://carsake.blogspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://sms.carsake.com/
URL de la Page d'Aide http://carsake.com/carsake/privacy.html
URL de la Page de Politique de Confidentialité http://carsake.com/carsake/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}