eVanik Online GST Tally

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

Qu'est-ce que eVanik Online GST Tally ?

eVanik Online GST Tally est une extension Chrome développée par http://erp.evanik.com, et sa fonction principale est "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension eVanik Online GST Tally

Téléchargez les fichiers d'extension eVanik Online GST Tally au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
URL Officiel https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Description One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Taille du Fichier 35.34 KB
Nombre d'Installations 912
Version Actuelle 4.7
Dernière Mise à Jour 2019-05-15
Date de Publication 2019-05-15
Évaluation 4.12/5 Total 34 Évaluations
Développeur http://erp.evanik.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://www.evanik.com
URL de la Page d'Aide http://www.evanik.com
URL de la Page de Politique de Confidentialité https://www.evanik.com/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}