Rapidbook

Utility for Ticket Booking via IRCTC

What is Rapidbook?

Rapidbook is a Chrome extension developed by https://rapidbook.in, and its main feature is "Utility for Ticket Booking via IRCTC".

Extension Screenshots

screenshot

Download Rapidbook Extension CRX File

Download Rapidbook 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

                        This is a utility for booking tatkal tickets via irctc.                    

Extension Basic Information

Name Rapidbook Rapidbook
ID jnbbejdgeiejngcmeebgfmpadgiioana
Official URL https://chromewebstore.google.com/detail/rapidbook/jnbbejdgeiejngcmeebgfmpadgiioana
Description Utility for Ticket Booking via IRCTC
File Size 18.82 KB
Installation Count 676
Current Version 0.5
Last Updated 2017-05-15
Publish Date 2017-05-15
Rating 3.71/5 Total 7 Ratings
Developer https://rapidbook.in
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapidbook",
    "description": "Utility for Ticket Booking via IRCTC",
    "version": "0.5",
    "permissions": [],
    "icons": {
        "16": "rail.png",
        "48": "rail.png",
        "128": "rail.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "p1.js",
                "p.js"
            ],
            "matches": [
                "https:\/\/www.irctc.co.in\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "p2.js",
                "p.js"
            ],
            "matches": [
                "http:\/\/rapidbook.in\/form\/*",
                "http:\/\/localhost:4200\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "rail.png",
        "default_title": "Show AutoFill Form"
    },
    "manifest_version": 2
}