ZarMoney Accounting Software
ZarMoney does it all... and does it better.
ZarMoney Accounting Software क्या है?
ZarMoney Accounting Software http://zarmoney.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ZarMoney does it all... and does it better."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZarMoney Accounting Software एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | feohokffmmaakippjpanbidlehmabefm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
विवरण | ZarMoney does it all... and does it better. |
फ़ाइल का आकार | 7.79 KB |
स्थापना संख्या | 234 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2018-04-09 |
प्रकाशन तिथि | 2018-04-09 |
रेटिंग | 3.90/5 कुल 10 रेटिंग्स |
डेवलपर | http://zarmoney.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.zarmoney.com/ |
सहायता पृष्ठ URL | https://help.ZarMoney.com |
गोपनीयता नीति पृष्ठ URL | https://www.zarmoney.com/terms |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZarMoney Accounting Software", "short_name": "ZarMoney", "description": "ZarMoney does it all... and does it better.", "version": "0.9", "browser_action": { "default_icon": "images\/icon16.png", "default_title": "ZarMoney Accounting Software" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ] } |