Ecommerce Tally eVanik

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

Ecommerce Tally eVanikとは何ですか?

Ecommerce Tally eVanikはhttps://www.evanik.comによって開発されたChromeの拡張機能で、その主な機能は「One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ecommerce Tally eVanik拡張機能のCRXファイルをダウンロード

Ecommerce Tally eVanik拡張子のファイルを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:
On your eOWS Account, Click Setup and add your marketplace channels. Click on Sync Button after adding Channels
Click on Setup >> Tally Integration and you are all set to go

Send a request to [email protected] for enterprise account activation                    

拡張機能の基本情報

名前 Ecommerce Tally eVanik Ecommerce Tally eVanik
ID bdefieggjaidlmdhcaheokahplifomoa
公式URL https://chromewebstore.google.com/detail/ecommerce-tally-evanik/bdefieggjaidlmdhcaheokahplifomoa
説明 One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
ファイルサイズ 36.02 KB
インストール数 850
現在のバージョン 5.1
最終更新日 2020-03-20
公開日 2020-03-18
評価 5.00/5 合計 6 レビュー
開発者 https://www.evanik.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.evanik.com/
ヘルプページのURL https://www.evanik.com/support/
プライバシーポリシーページのURL https://www.evanik.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecommerce Tally eVanik",
    "version": "5.1",
    "author": "Harsh Ranjan Das",
    "short_name": "Online GST Tally",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/seller.evanik.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Ecommerce Tally eVanik"
    },
    "permissions": [
        ""
    ]
}