InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
InView क्या है?
InView Amaka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add an InView invoice and bill calendar widget to the dashboard of your Xero account"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InView एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
एक्सटेंशन की मूल जानकारी
नाम | InView |
ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
आधिकारिक URL | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
विवरण | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
फ़ाइल का आकार | 138 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-01-17 |
प्रकाशन तिथि | 2019-05-22 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Amaka |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.inviewapp.com/ |
सहायता पृष्ठ URL | https://www.inviewapp.com/contact |
गोपनीयता नीति पृष्ठ URL | https://amaka.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InView", "version": "1.2.0", "description": "Add an InView invoice and bill calendar widget to the dashboard of your Xero account", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.xero.com\/Dashboard\/", "*:\/\/*.xero.com\/Dashboard\/default.aspx", "*:\/\/*.xero.com\/Dashboard\/Default5.aspx", "*:\/\/*.xero.com\/app\/*\/dashboard" ], "css": [ "styles\/fullcalendar.min.css", "styles\/styles.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/moment.min.js", "scripts\/popper.min.js", "scripts\/tooltip.min.js", "scripts\/fullcalendar.min.js", "scripts\/index.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "template.html", "styles\/fullcalendar.min.css", "styles\/styles.css", "scripts\/jquery.min.js", "scripts\/moment.min.js", "scripts\/popper.min.js", "scripts\/tooltip.min.js", "scripts\/fullcalendar.min.js" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |