eVanik Online GST Tally

eVanik Online GST Tally

One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "eVanik Online GST Tally",
  "version": "4.7",
  "author": "Harsh Ranjan Das",
  "short_name": "Online GST Tally",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.evanik.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "eVanik Online GST Tally"
  },
  "permissions": [
    "<all_urls>"
  ]
}