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
官方網址 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": [
        ""
    ]
}