InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Qu'est-ce que InView ?
InView est une extension Chrome développée par Amaka, et sa fonction principale est "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InView
Téléchargez les fichiers d'extension InView au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Informations de Base sur l'Extension
Nom | InView |
ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
URL Officiel | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
Description | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
Taille du Fichier | 138 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-01-17 |
Date de Publication | 2019-05-22 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Amaka |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.inviewapp.com/ |
URL de la Page d'Aide | https://www.inviewapp.com/contact |
URL de la Page de Politique de Confidentialité | https://amaka.com/privacy-policy |
Langues Prises en Charge | 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 } |