InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
What is InView?
InView is a Chrome extension developed by Amaka, and its main feature is "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".
Extension Screenshots
Download InView Extension CRX File
Download InView extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Extension Basic Information
Name | InView |
ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
Official URL | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
Description | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
File Size | 138 KB |
Installation Count | 77 |
Current Version | 1.2.0 |
Last Updated | 2023-01-17 |
Publish Date | 2019-05-22 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Amaka |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.inviewapp.com/ |
Help Page URL | https://www.inviewapp.com/contact |
Privacy Policy Page URL | https://amaka.com/privacy-policy |
Supported Languages | 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 } |