Ecommerce Tally eVanik

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

O que é Ecommerce Tally eVanik?

Ecommerce Tally eVanik é uma extensão do Chrome desenvolvida por https://www.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
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ecommerce Tally eVanik

Baixe arquivos de extensão Ecommerce Tally eVanik 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:
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                    

Informações Básicas da Extensão

Nome Ecommerce Tally eVanik Ecommerce Tally eVanik
ID bdefieggjaidlmdhcaheokahplifomoa
URL Oficial https://chromewebstore.google.com/detail/ecommerce-tally-evanik/bdefieggjaidlmdhcaheokahplifomoa
Descrição One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Tamanho do Arquivo 36.02 KB
Contagem de Instalações 850
Versão Atual 5.1
Última Atualização 2020-03-20
Data de Publicação 2020-03-18
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://www.evanik.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.evanik.com/
URL da Página de Ajuda https://www.evanik.com/support/
URL da Página de Política de Privacidade https://www.evanik.com/privacy-policy
Idiomas Suportados 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": [
        ""
    ]
}