VanillaTours Reservation Manager

VanillaTours Reservation Manager

Was ist VanillaTours Reservation Manager?

VanillaTours Reservation Manager ist eine Chrome-Erweiterung, die von VanillaTours entwickelt wurde, und ihr Hauptmerkmal ist "VanillaTours Reservation Manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

VanillaTours Reservation Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie VanillaTours Reservation Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        v.0.0.2 = minor bug fixed

v.0.0.1                    

Grundlegende Informationen zur Erweiterung

Name VanillaTours Reservation Manager VanillaTours Reservation Manager
ID pjmlmejifcfjenfmgcmmphfmjbbajhle
Offizielle URL https://chromewebstore.google.com/detail/vanillatours-reservation/pjmlmejifcfjenfmgcmmphfmjbbajhle
Beschreibung VanillaTours Reservation Manager
Dateigröße 68.95 KB
Installationsanzahl 90
Aktuelle Version 0.0.4
Letztes Update 2014-10-30
Veröffentlichungsdatum 2014-10-29
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler VanillaTours
Zahlungsart free
Erweiterungswebsite https://vanillatours.com/
Hilfeseite URL https://vanillatours.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VanillaTours Reservation Manager",
    "short_name": "VRM",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "VanillaTours Reservation Manager",
    "homepage_url": "http:\/\/www.vanillatours.com",
    "author": "Salih Sagdilek",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "VanillaTours Reservation Manager",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/eventCalendar.js"
            ]
        }
    ]
}