InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Wat is InView?
InView is een Chrome-extensie ontwikkeld door Amaka, en de belangrijkste functie is "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".
Extensie Screenshots
Download het CRX-bestand van de extensie InView
Download InView-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add an InView invoice and bill calendar widget to the dashboard of your Xero account Basisinformatie over de Extensie
| Naam | |
| ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
| Officiële URL | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
| Beschrijving | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
| Bestandsgrootte | 138 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2023-01-17 |
| Publicatiedatum | 2019-05-22 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Amaka |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://www.inviewapp.com/ |
| Help Pagina-URL | https://www.inviewapp.com/contact |
| URL van de Privacybeleid Pagina | https://amaka.com/privacy-policy |
| Ondersteunde Talen | 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
} | |