eVanik Online GST Tally

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

Apa itu eVanik Online GST Tally?

eVanik Online GST Tally adalah ekstensi Chrome yang dikembangkan oleh http://erp.evanik.com, dan fitur utamanya adalah "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi eVanik Online GST Tally

Unduh file ekstensi eVanik Online GST Tally dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
URL Resmi https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
Deskripsi One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Ukuran File 35.34 KB
Jumlah Instalasi 912
Versi Saat Ini 4.7
Terakhir Diperbarui 2019-05-15
Tanggal Publikasi 2019-05-15
Penilaian 4.12/5 Total 34 Penilaian
Pengembang http://erp.evanik.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://www.evanik.com
URL Halaman Bantuan http://www.evanik.com
URL Halaman Kebijakan Privasi https://www.evanik.com/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}