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 là gì?

eVanik Online GST Tally là một tiện ích mở rộng Chrome được phát triển bởi http://erp.evanik.com, và tính năng chính của nó là "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eVanik Online GST Tally

Tải xuống các tệp mở rộng eVanik Online GST Tally dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
URL Chính Thức https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Mô tả One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Kích Thước Tệp 35.34 KB
Số Lần Cài Đặt 912
Phiên Bản Hiện Tại 4.7
Cập Nhật Lần Cuối 2019-05-15
Ngày Phát Hành 2019-05-15
Đánh Giá 4.12/5 Tổng số 34 Đánh Giá
Nhà Phát Triển http://erp.evanik.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://www.evanik.com
URL Trang Trợ Giúp http://www.evanik.com
URL Trang Chính Sách Bảo Mật https://www.evanik.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}