InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Hvad er InView?
InView er en Chrome-udvidelse udviklet af Amaka, og dens hovedfunktion er "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".
Udvidelsesskærmbilleder
Download InView-udvidelses-CRX-fil
Download InView-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Grundlæggende oplysninger om udvidelsen
Navn | InView |
ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
Officiel URL | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
Beskrivelse | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
Filstørrelse | 138 KB |
Antal Installationer | 77 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2023-01-17 |
Udgivelsesdato | 2019-05-22 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Amaka |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://www.inviewapp.com/ |
Hjælpeside-URL | https://www.inviewapp.com/contact |
URL til Fortrolighedspolitik Side | https://amaka.com/privacy-policy |
Understøttede Sprog | 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 } |