eVanik Online GST Tally

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

What is eVanik Online GST Tally?

eVanik Online GST Tally is a Chrome extension developed by http://erp.evanik.com, and its main feature is "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Extension Screenshots

screenshot

Download eVanik Online GST Tally Extension CRX File

Download eVanik Online GST Tally extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online marketplaces data with Tally ERP9. The software is completely GST compliant. 
Basic Requirements:
Create Your eVanik OWS Account on: https://goo.gl/jTYIvw
On your eOWS Account, Click Setup and add your marketplace channels. Click on Sync Button after adding Channels
Click on Inventory Button > Export Products and a CSV File will download. Update Columns: 'C', 'M' and 'N' and upload the file back on https://goo.gl/g9zRv8
Click on Setup >> Tally Integration and you are all set to go
Send a request to [email protected] for enterprise account activation                    

Extension Basic Information

Name eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
Official URL https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Description One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
File Size 35.34 KB
Installation Count 912
Current Version 4.7
Last Updated 2019-05-15
Publish Date 2019-05-15
Rating 4.12/5 Total 34 Ratings
Developer http://erp.evanik.com
Email [email protected]
Payment Type in_app
Extension Website http://www.evanik.com
Help Page URL http://www.evanik.com
Privacy Policy Page URL https://www.evanik.com/privacy-policy
Supported Languages en-US
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": [
        ""
    ]
}