Ecommerce Tally eVanik

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

Hvad er Ecommerce Tally eVanik?

Ecommerce Tally eVanik er en Chrome-udvidelse udviklet af https://www.evanik.com, og dens hovedfunktion er "One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Ecommerce Tally eVanik-udvidelses-CRX-fil

Download Ecommerce Tally eVanik-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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:
On your eOWS Account, Click Setup and add your marketplace channels. Click on Sync Button after adding Channels
Click on Setup >> Tally Integration and you are all set to go

Send a request to [email protected] for enterprise account activation                    

Grundlæggende oplysninger om udvidelsen

Navn Ecommerce Tally eVanik Ecommerce Tally eVanik
ID bdefieggjaidlmdhcaheokahplifomoa
Officiel URL https://chromewebstore.google.com/detail/ecommerce-tally-evanik/bdefieggjaidlmdhcaheokahplifomoa
Beskrivelse One of the most revolutionary solution for all Tally ERP9 users. eVanik Online Tally extension connects all your online…
Filstørrelse 36.02 KB
Antal Installationer 850
Nuværende Version 5.1
Senest Opdateret 2020-03-20
Udgivelsesdato 2020-03-18
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://www.evanik.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.evanik.com/
Hjælpeside-URL https://www.evanik.com/support/
URL til Fortrolighedspolitik Side https://www.evanik.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecommerce Tally eVanik",
    "version": "5.1",
    "author": "Harsh Ranjan Das",
    "short_name": "Online GST Tally",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/seller.evanik.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Ecommerce Tally eVanik"
    },
    "permissions": [
        ""
    ]
}