Taxway

OnlineTaxwayIndia Extension

What is Taxway?

Taxway is a Chrome extension developed by https://onlinetaxwayindia.com, and its main feature is "OnlineTaxwayIndia Extension".

Extension Screenshots

screenshot

Download Taxway Extension CRX File

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

                        Usage of this Extension will automate online activities on some specific websites on user demand through "http://software.onlinetaxwayindia.com" portal.                    

Extension Basic Information

Name Taxway Taxway
ID cknjdbnebblfeljkflkeehpplijhidkd
Official URL https://chromewebstore.google.com/detail/taxway/cknjdbnebblfeljkflkeehpplijhidkd
Description OnlineTaxwayIndia Extension
File Size 55.42 KB
Installation Count 647
Current Version 3.0.3
Last Updated 2021-04-02
Publish Date 2019-08-08
Rating 5.00/5 Total 5 Ratings
Developer https://onlinetaxwayindia.com
Email [email protected]
Payment Type free
Help Page URL https://onlinetaxwayindia.com
Privacy Policy Page URL http://software.onlinetaxwayindia.com/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Taxway",
    "version": "3.0.3",
    "description": "OnlineTaxwayIndia Extension",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/software.onlinetaxwayindia.com\/manage\/extension.htm*",
                "https:\/\/software.onlinetaxwayindia.com\/manage\/extension.htm*",
                "http:\/\/demo.gotaxindia.com\/manage\/extension.htm*",
                "https:\/\/demo.gotaxindia.com\/manage\/extension.htm*",
                "http:\/\/software.gotaxindia.com\/manage\/extension.htm*",
                "https:\/\/software.gotaxindia.com\/manage\/extension.htm*",
                "http:\/\/login.onlinetaxwayindia.com\/manage\/extension.htm*",
                "https:\/\/login.onlinetaxwayindia.com\/manage\/extension.htm*",
                "http:\/\/login.gotaxindia.com\/manage\/extension.htm*",
                "https:\/\/login.gotaxindia.com\/manage\/extension.htm*",
                "http:\/\/login.juststartup.in\/manage\/extension.htm*",
                "https:\/\/login.juststartup.in\/manage\/extension.htm*",
                "http:\/\/login.taxationfactory.com\/manage\/extension.htm*",
                "https:\/\/login.taxationfactory.com\/manage\/extension.htm*"
            ],
            "js": [
                "extension.js"
            ]
        },
        {
            "matches": [
                "https:\/\/onlineservices.tin.egov-nsdl.com\/*",
                "https:\/\/incometaxindiaefiling.gov.in\/*",
                "https:\/\/*.incometaxindiaefiling.gov.in\/*",
                "https:\/\/services.tdscpc.gov.in\/*",
                "https:\/\/*.services.tdscpc.gov.in\/*",
                "https:\/\/*.onlineservices.nsdl.com\/*",
                "https:\/\/*.gst.gov.in\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "startup.js",
                "misc.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Taxway"
    },
    "background": {
        "scripts": [
            "jquery-1.9.1.min.js",
            "startup.js",
            "misc.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "webNavigation"
    ]
}