TDSBuddy.in

Automation of Tax Payment System

TDSBuddy.in란 무엇입니까?

TDSBuddy.in은(는) tdsbuddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation of Tax Payment System"입니다.

확장 프로그램 스크린샷

screenshot

TDSBuddy.in 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}