VanillaTours Reservation Manager

VanillaTours Reservation Manager

Cos'è VanillaTours Reservation Manager?

VanillaTours Reservation Manager è un'estensione di Chrome sviluppata da VanillaTours, e la sua funzione principale è "VanillaTours Reservation Manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VanillaTours Reservation Manager

Scarica i file di estensione VanillaTours Reservation Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        v.0.0.2 = minor bug fixed

v.0.0.1                    

Informazioni di Base sull'Estensione

Nome VanillaTours Reservation Manager VanillaTours Reservation Manager
ID pjmlmejifcfjenfmgcmmphfmjbbajhle
URL Ufficiale https://chromewebstore.google.com/detail/vanillatours-reservation/pjmlmejifcfjenfmgcmmphfmjbbajhle
Descrizione VanillaTours Reservation Manager
Dimensione del File 68.95 KB
Conteggio Installazioni 90
Versione Corrente 0.0.4
Ultimo Aggiornamento 2014-10-30
Data di Pubblicazione 2014-10-29
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore VanillaTours
Tipo di Pagamento free
Sito Web dell'Estensione https://vanillatours.com/
URL della Pagina di Aiuto https://vanillatours.com/
Lingue Supportate 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"
            ]
        }
    ]
}