eVanik Online GST Tally

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

Was ist eVanik Online GST Tally?

eVanik Online GST Tally ist eine Chrome-Erweiterung, die von http://erp.evanik.com entwickelt wurde, und ihr Hauptmerkmal ist "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Erweiterungsscreenshots

screenshot

eVanik Online GST Tally-Erweiterungs-CRX-Datei herunterladen

Laden Sie eVanik Online GST Tally-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
Offizielle URL https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Beschreibung One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Dateigröße 35.34 KB
Installationsanzahl 912
Aktuelle Version 4.7
Letztes Update 2019-05-15
Veröffentlichungsdatum 2019-05-15
Bewertung 4.12/5 Insgesamt 34 Bewertungen
Entwickler http://erp.evanik.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite http://www.evanik.com
Hilfeseite URL http://www.evanik.com
URL der Datenschutzrichtlinien-Seite https://www.evanik.com/privacy-policy
Unterstützte Sprachen 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": [
        ""
    ]
}