VanillaTours Reservation Manager

VanillaTours Reservation Manager

What is VanillaTours Reservation Manager?

VanillaTours Reservation Manager is a Chrome extension developed by VanillaTours, and its main feature is "VanillaTours Reservation Manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download VanillaTours Reservation Manager Extension CRX File

Download VanillaTours Reservation Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        v.0.0.2 = minor bug fixed

v.0.0.1                    

Extension Basic Information

Name VanillaTours Reservation Manager VanillaTours Reservation Manager
ID pjmlmejifcfjenfmgcmmphfmjbbajhle
Official URL https://chromewebstore.google.com/detail/vanillatours-reservation/pjmlmejifcfjenfmgcmmphfmjbbajhle
Description VanillaTours Reservation Manager
File Size 68.95 KB
Installation Count 90
Current Version 0.0.4
Last Updated 2014-10-30
Publish Date 2014-10-29
Rating 5.00/5 Total 5 Ratings
Developer VanillaTours
Payment Type free
Extension Website https://vanillatours.com/
Help Page URL https://vanillatours.com/
Supported Languages 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"
            ]
        }
    ]
}