InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Was ist InView?
InView ist eine Chrome-Erweiterung, die von Amaka entwickelt wurde, und ihr Hauptmerkmal ist "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".
Erweiterungsscreenshots
InView-Erweiterungs-CRX-Datei herunterladen
Laden Sie InView-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add an InView invoice and bill calendar widget to the dashboard of your Xero account Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
| Offizielle URL | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
| Beschreibung | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
| Dateigröße | 138 KB |
| Installationsanzahl | 77 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2023-01-17 |
| Veröffentlichungsdatum | 2019-05-22 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Amaka |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://www.inviewapp.com/ |
| Hilfeseite URL | https://www.inviewapp.com/contact |
| URL der Datenschutzrichtlinien-Seite | https://amaka.com/privacy-policy |
| Unterstützte Sprachen | 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
} | |