Auto Order

Help to Book Tatkal ticket on the IRCTC

Τι είναι το Auto Order;

Το Auto Order είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vishal Choudhary, και η κύρια λειτουργία του είναι "Help to Book Tatkal ticket on the IRCTC".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Order

Λήψη αρχείων επέκτασης Auto Order σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Auto ordering Tatkal tickets on IRCTC involves using automated scripts or tools to quickly book tickets as soon as the Tatkal booking window opens, ensuring higher chances of getting a reservation. Quick checkout due to limited availability of items at discounted prices. Customers often use browser extensions or bots to automate the checkout process during Ticket window opening, which can give them an advantage over others. 

Features:
1. Easy to use
2. Save passenger data can be used again for the travals
3. Help to fast login
4. Multiple Payment option
5. Flexible train selection on the same page.
6. Ready to use in few second
7. Can be start and stop on the same Page

Warrning:
1. To using extension Please agree to the term and condition of use.
2. Do not click any button when extension is running for booking.
3. Please Select the Currect Date for the booking don't select old date.

We don't collect any kind of user information.

By installing the Auto Order extension, you accept the terms of the "Auto Order Terms of Service" and allow the extension to open Amazon affiliate program links. You can read  "Auto Order" Terms of Service.
https://www.tricks4you.in/p/terms-of-service.html
at this page.

Version Details.

Version 2:
Fixed storing traval data
Version 3:
Fixed Check page not found
Version 4:
Added supprt for server to fill captcha
Version 5: 
Added User instruction 
Version 6:
Added IRCTC Payment Support
Version 7:
Added payments Details for UPI.
Version 8:
Fixed Payment issue for UPI.
Version 9:
Added IRCTC Wallet payment options
Version 10.
Updated for selecting train and couch it will book tatkal ticket for the selected train.
Version 11,12.
Fixed train class section.
Version 13
Fixed timing Issue working fine now                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Order Auto Order
ID dapjoiijdlpiegcfcoaabnjdenmkncbc
Επίσημο URL https://chromewebstore.google.com/detail/auto-order/dapjoiijdlpiegcfcoaabnjdenmkncbc
Περιγραφή Help to Book Tatkal ticket on the IRCTC
Μέγεθος Αρχείου 358 KB
Αριθμός Εγκαταστάσεων 520
Τρέχουσα Έκδοση 13
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2023-07-31
Αξιολόγηση 4.22/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Vishal Choudhary
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.tricks4you.in/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.tricks4you.in/p/pric.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.tricks4you.in/p/pric.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "version": "13",
    "author": "Vishal Kumar Choudhary",
    "background": {
        "service_worker": "js\/am\/bg.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/IRCTC\/commonSharedData.js",
                "js\/tricks4you.js"
            ],
            "matches": [
                "https:\/\/www.tricks4you.in\/2023\/12\/auto-order.html*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/IRCTC\/LogInDetails.js"
            ],
            "matches": [
                "https:\/\/www.irctc.co.in\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/IRCTC\/commonSharedData.js",
                "js\/IRCTC\/trainSearch.js",
                "js\/IRCTC\/TrainHandler.js"
            ],
            "matches": [
                "https:\/\/www.irctc.co.in\/nget\/train-search*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/IRCTC\/commonSharedData.js",
                "js\/IRCTC\/PaymentPageHandler.js"
            ],
            "matches": [
                "https:\/\/www.irctcipay.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/am\/cartToCheckout.js"
            ],
            "matches": [
                "https:\/\/www.amazon.in\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Help to Book Tatkal ticket on the IRCTC",
    "icons": {
        "128": "icons\/E128.png",
        "16": "icons\/E16.png",
        "48": "icons\/E48.png"
    },
    "action": [],
    "manifest_version": 3,
    "name": "Auto Order",
    "permissions": [
        "storage"
    ],
    "short_name": "Tatkal Ticket IRCTC",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com;"
    }
}