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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ http://www.evanik.com
URL หน้านโยบายความเป็นส่วนตัว 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": [
        ""
    ]
}