Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Qu'est-ce que Carsake Sms Hirise Subdealer ?

Carsake Sms Hirise Subdealer est une extension Chrome développée par CarSake, 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 Subdealer

Téléchargez les fichiers d'extension Carsake Sms Hirise Subdealer 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 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 Subdealer Carsake Sms Hirise Subdealer
ID hommegijngbbnfenjiinmcaohaepfmjb
URL Officiel https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb
Description This software send sms to Hirise customer automatically.
Taille du Fichier 63.47 KB
Nombre d'Installations 175
Version Actuelle 6.4
Dernière Mise à Jour 2019-12-17
Date de Publication 2019-12-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur CarSake
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://carsake.com/carsake/home.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 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"
            ]
        }
    ]
}