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
Eメール [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": [
        ""
    ]
}