MeraBill - GST Invoice Generator
Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute
Что такое MeraBill - GST Invoice Generator?
MeraBill - GST Invoice Generator - это расширение Chrome, разработанное http://www.gstoncloud.com, и его основная функция - "Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute".
Снимки экрана расширения
Скачать файл CRX расширения MeraBill - GST Invoice Generator
Скачайте файлы расширений MeraBill - GST Invoice Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Generate GST ( Goods & Service Tax India ) Invoices in 3 easy steps. 1) Add your Customers details 2) Generate Invoices 3) Print/PDF of Invoices, send hard copy or send through email Create CSV files (B2B and B2Cs) for GSTR-1/IFF Return and File your GST RETURN in few minutes. You can customized your Invoices by your company logo, Terms and Conditions, Bank Details, Header, Footer etc. You can take backup of your customers/suppliers list( CSV file) and also you can use same data for other applications
Основная информация о расширении
Название | |
ID | belbfmfoedajohcdikdoidhebhfofgdn |
Официальный URL | https://chrome.google.com/webstore/detail/merabill-gst-invoice-gene/belbfmfoedajohcdikdoidhebhfofgdn |
Описание | Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute |
Размер файла | 57.33 KB |
Количество установок | 36 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-08-12 |
Дата публикации | 2021-08-09 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://www.gstoncloud.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.gstoncloud.com/ |
URL страницы помощи | http://www.gstoncloud.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Generate GST Invoices, Maintain Customers Data and File GSTR-1\/IFF in a minute", "manifest_version": 3, "name": "MeraBill - GST Invoice Generator", "version": "1.0", "homepage_url": "http:\/\/www.gstoncloud.com", "icons": { "48": "icons\/m48.png" }, "permissions": [ "unlimitedStorage", "tabs" ], "action": { "default_icon": "icons\/m32.png", "theme_icons": [ { "light": "icons\/m32.png", "dark": "icons\/m32.png", "size": 32 } ], "default_title": "GST Invoice Generator" }, "background": { "service_worker": "background.js" }, "offline_enabled": true } |