eVanik Online GST Tally

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

什么是eVanik Online GST Tally?

eVanik Online GST Tally是由http://erp.evanik.com开发的Chrome扩展程序,该扩展的主要功能是“One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…”。

扩展截图

screenshot

下载eVanik Online GST Tally扩展crx文件

下载eVanik Online GST Tally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
官方URL https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
简介 One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
文件大小 35.34 KB
安装次数 912
当前版本 4.7
更新时间 2019-05-15
上架时间 2019-05-15
评分 4.12/5 共34次评分
开发者 http://erp.evanik.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://www.evanik.com
帮助页面URL http://www.evanik.com
隐私政策页面URL https://www.evanik.com/privacy-policy
支持的语言 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": [
        ""
    ]
}