Taxway

OnlineTaxwayIndia Extension

Taxwayคืออะไร?

Taxway เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onlinetaxwayindia.com และคุณลักษณะหลักของมันคือ "OnlineTaxwayIndia Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taxway

ดาวน์โหลดไฟล์ส่วนขยาย Taxway ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Taxway Taxway
ID cknjdbnebblfeljkflkeehpplijhidkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taxway/cknjdbnebblfeljkflkeehpplijhidkd
คำอธิบาย OnlineTaxwayIndia Extension
ขนาดไฟล์ 55.42 KB
จำนวนการติดตั้ง 647
เวอร์ชันปัจจุบัน 3.0.3
อัปเดตครั้งล่าสุด 2021-04-02
วันที่เผยแพร่ 2019-08-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://onlinetaxwayindia.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://onlinetaxwayindia.com
URL หน้านโยบายความเป็นส่วนตัว http://software.onlinetaxwayindia.com/privacypolicy.html
ภาษาที่รองรับ 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"
    ]
}