eVanik Online GST Tally

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

O que é eVanik Online GST Tally?

eVanik Online GST Tally é uma extensão do Chrome desenvolvida por http://erp.evanik.com, e sua principal característica é "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão eVanik Online GST Tally

Baixe arquivos de extensão eVanik Online GST Tally no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
URL Oficial https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Descrição One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Tamanho do Arquivo 35.34 KB
Contagem de Instalações 912
Versão Atual 4.7
Última Atualização 2019-05-15
Data de Publicação 2019-05-15
Classificação 4.12/5 Total de 34 Avaliações
Desenvolvedor http://erp.evanik.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão http://www.evanik.com
URL da Página de Ajuda http://www.evanik.com
URL da Página de Política de Privacidade https://www.evanik.com/privacy-policy
Idiomas Suportados 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": [
        ""
    ]
}