VanillaTours Reservation Manager

VanillaTours Reservation Manager

Wat is VanillaTours Reservation Manager?

VanillaTours Reservation Manager is een Chrome-extensie ontwikkeld door VanillaTours, en de belangrijkste functie is "VanillaTours Reservation Manager".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VanillaTours Reservation Manager

Download VanillaTours Reservation Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        v.0.0.2 = minor bug fixed

v.0.0.1                    

Basisinformatie over de Extensie

Naam VanillaTours Reservation Manager VanillaTours Reservation Manager
ID pjmlmejifcfjenfmgcmmphfmjbbajhle
Officiële URL https://chromewebstore.google.com/detail/vanillatours-reservation/pjmlmejifcfjenfmgcmmphfmjbbajhle
Beschrijving VanillaTours Reservation Manager
Bestandsgrootte 68.95 KB
Aantal Installaties 90
Huidige Versie 0.0.4
Laatst Bijgewerkt 2014-10-30
Publicatiedatum 2014-10-29
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar VanillaTours
Betalingswijze free
Extensiewebsite https://vanillatours.com/
Help Pagina-URL https://vanillatours.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}