TDSBuddy.in

Automation of Tax Payment System

TDSBuddy.inคืออะไร?

TDSBuddy.in เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tdsbuddy และคุณลักษณะหลักของมันคือ "Automation of Tax Payment System"

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

screenshot

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

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

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

                        This extension helps in your tax filing process.
Just click on the extension and it will take you to the income tax website https://onlineservices.tin.egov-nsdl.com/etaxnew/tdsnontds.jsp
On the website, you'll find an added button from the extension, which by default won't have any data in it, but once you fills the form it saves that data, and let the user fill it automatically the next time you come to the same website.

Visit this website for more info:
https://tdsbuddy.in

Watch this video:
https://www.youtube.com/watch?v=2DeXLthwy1g                    

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

ชื่อ TDSBuddy.in TDSBuddy.in
ID jnjncihbldalfbjfjdenmkgpclamonhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tdsbuddyin/jnjncihbldalfbjfjdenmkgpclamonhj
คำอธิบาย Automation of Tax Payment System
ขนาดไฟล์ 62.68 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-10-02
วันที่เผยแพร่ 2019-10-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tdsbuddy
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tdsbuddy.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TDSBuddy.in",
    "short_name": "TDSBuddy",
    "version": "1.3",
    "description": "Automation of Tax Payment System",
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/PopServlet*",
        "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/SubmitTdsn*",
        "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/tdsnontds.jsp"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TDSBuddy.in",
        "default_icon": "icon-16.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/PopServlet*",
                "https:\/\/onlineservices.tin.egov-nsdl.com\/etaxnew\/SubmitTdsn*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/content.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; default-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com;",
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}