Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "iWoWHRMS Income Tax Calculator",
"version": "1.0",
"description": "Prefill iWoWHRMS Income Tax Calculator",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/iwowhr\/ereport\/WebModules\/Payroll\/NewPayroll\/Calculation\/IncomeTaxCalculationForm.aspx?isNewCalculator=True*"
],
"js": [
"content-local.js"
]
},
{
"matches": [
"https:\/\/calcpcbplus.hasil.gov.my\/HITS_CE\/x2025*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "icon.png"
}
}