eVanik Online GST Tally 3.0

One of the most revolutionary solution for all Tally Prime users.

什么是eVanik Online GST Tally 3.0?

eVanik Online GST Tally 3.0是由Harsh Ranjan Das开发的Chrome扩展程序,该扩展的主要功能是“One of the most revolutionary solution for all Tally Prime users.”。

扩展截图

下载eVanik Online GST Tally 3.0扩展crx文件

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

扩展使用说明

                        One of the most revolutionary solution for all Tally Prime users. eVanik Online Tally extension connects all your online marketplaces data with Tally Prime. 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 3.0 eVanik Online GST Tally 3.0
ID kacdplajplbfjdjkngebffhcgpehpfdd
官方URL https://chromewebstore.google.com/detail/evanik-online-gst-tally-3/kacdplajplbfjdjkngebffhcgpehpfdd
简介 One of the most revolutionary solution for all Tally Prime users.
文件大小 1.14 MB
安装次数 617
当前版本 3.1.0
更新时间 2023-07-15
上架时间 2023-07-03
评分 5.00/5 共24次评分
开发者 Harsh Ranjan Das
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.evanik.com
帮助页面URL http://www.evanik.com
隐私政策页面URL https://www.evanik.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eVanik Online GST Tally 3.0",
    "version": "3.1.0",
    "description": "One of the most revolutionary solution for all Tally Prime users.",
    "manifest_version": 3,
    "author": "eVanik Networks Pvt Ltd",
    "permissions": [
        "declarativeContent",
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/seller.evanik.com\/*",
        "https:\/\/seller.evanik.com\/*",
        ""
    ],
    "background": {
        "servive_workers": "\/js\/popup.js"
    },
    "icons": {
        "16": "icon\/favicon-16x16.png",
        "32": "icon\/favicon-32x32.png",
        "48": "icon\/apple-touch-icon.png",
        "96": "icon\/android-chrome-512x512.png"
    },
    "action": {
        "default_icon": "\/images\/popup_logo.jpg",
        "default_popup": "popup.html",
        "default_title": "Related link extension"
    }
}