DueTax GST Login Info Manager

DueTax GST Login Info Manager

A system to save GST username and password in Tally and Auto Login to GST Portal without typing Username and GST Password

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://services.gst.gov.in/services/login",
        "https://gst.optotax.com/*"
      ]
    }
  ],
  "description": "A system to save GST username and password in Tally and Auto Login to GST Portal without typing Username and GST Password",
  "differential_fingerprint": "1.ec35fac2a9d41a6b8ce1674b272e193894adf74bb57e2e47ee39969d79d65f55",
  "icons": {
    "128": "icon2.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlkpxv1qDOHVH9IznxYxHGpD2e9EStupNwlueO3mo9kVZoyENWr5Zj3afAOTxR5lKeGv0XJF5A0q1iN4YzWJEJd8qeadu9kD0cszHs4nGqMiwDXafh+vWFctnGW6x8obflx9s5HHxCKSU1AvN6WaZm9vp2m2g+fzSa6OLiyDOmCOppfx2GAH/mVxmJ583rg6iKLkhTtNhRAcMvxPvgtajzoZ877plfR8Trd89+BUvwmQlYhNdwE18Kc3V+h5qTl6a8AfPpQN61TY7HzEfV+1DxFpG2/O4YWwBfalnhLNKso3+qnZMbEfhHO7FvJpw1Zm+PW+xjNQAEFBQqC3MVUHJ/wIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "45",
  "name": "DueTax GST Login Info Manager",
  "options_page": "options.html",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3"
}