eVanik Online GST Tally

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

ما هو eVanik Online GST Tally؟

eVanik Online GST Tally هو إضافة Chrome تم تطويرها بواسطة http://erp.evanik.com، والميزة الرئيسية لها هي "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة eVanik Online GST Tally

قم بتنزيل ملفات الامتداد eVanik Online GST Tally بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم eVanik Online GST Tally eVanik Online GST Tally
ID mkomfmoefiajoicnjedmaipodfmoalnk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/evanik-online-gst-tally/mkomfmoefiajoicnjedmaipodfmoalnk
الوصف One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
حجم الملف 35.34 KB
عدد التثبيتات 912
النسخة الحالية 4.7
آخر تحديث 2019-05-15
تاريخ النشر 2019-05-15
تقييم 4.12/5 مجموع تقييمات 34
المطور http://erp.evanik.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://www.evanik.com
عنوان صفحة المساعدة http://www.evanik.com
عنوان صفحة سياسة الخصوصية https://www.evanik.com/privacy-policy
اللغات المدعومة 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": [
        ""
    ]
}