eVanik Online GST Tally

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

Co to jest eVanik Online GST Tally?

eVanik Online GST Tally to rozszerzenie Chrome opracowane przez http://erp.evanik.com, a jego główną funkcją jest „One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia eVanik Online GST Tally

Pobierz pliki rozszerzeń eVanik Online GST Tally w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
Oficjalny URL https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Opis One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Rozmiar pliku 35.34 KB
Liczba instalacji 912
Aktualna Wersja 4.7
Ostatnia Aktualizacja 2019-05-15
Data Publikacji 2019-05-15
Ocena 4.12/5 Łącznie 34 Oceny
Deweloper http://erp.evanik.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia http://www.evanik.com
Adres URL Strony Pomocy http://www.evanik.com
Adres URL Strony Polityki Prywatności https://www.evanik.com/privacy-policy
Obsługiwane Języki 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": [
        ""
    ]
}