eVanik Online GST Tally

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

Cos'è eVanik Online GST Tally?

eVanik Online GST Tally è un'estensione di Chrome sviluppata da http://erp.evanik.com, e la sua funzione principale è "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione eVanik Online GST Tally

Scarica i file di estensione eVanik Online GST Tally in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
URL Ufficiale https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Descrizione One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Dimensione del File 35.34 KB
Conteggio Installazioni 912
Versione Corrente 4.7
Ultimo Aggiornamento 2019-05-15
Data di Pubblicazione 2019-05-15
Valutazione 4.12/5 Totale 34 Valutazioni
Sviluppatore http://erp.evanik.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione http://www.evanik.com
URL della Pagina di Aiuto http://www.evanik.com
URL della Pagina della Politica sulla Privacy https://www.evanik.com/privacy-policy
Lingue Supportate 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": [
        ""
    ]
}