Ecommerce Tally eVanik

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

What is Ecommerce Tally eVanik?

Ecommerce Tally eVanik is a Chrome extension developed by https://www.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
screenshot
screenshot

Download Ecommerce Tally eVanik Extension CRX File

Download Ecommerce Tally eVanik 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:
On your eOWS Account, Click Setup and add your marketplace channels. Click on Sync Button after adding Channels
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 Ecommerce Tally eVanik Ecommerce Tally eVanik
ID bdefieggjaidlmdhcaheokahplifomoa
Official URL https://chromewebstore.google.com/detail/ecommerce-tally-evanik/bdefieggjaidlmdhcaheokahplifomoa
Description One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
File Size 36.02 KB
Installation Count 850
Current Version 5.1
Last Updated 2020-03-20
Publish Date 2020-03-18
Rating 5.00/5 Total 6 Ratings
Developer https://www.evanik.com
Email [email protected]
Payment Type free
Extension Website https://www.evanik.com/
Help Page URL https://www.evanik.com/support/
Privacy Policy Page URL https://www.evanik.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecommerce Tally eVanik",
    "version": "5.1",
    "author": "Harsh Ranjan Das",
    "short_name": "Online GST Tally",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/seller.evanik.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Ecommerce Tally eVanik"
    },
    "permissions": [
        ""
    ]
}