InView
Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Vad är InView?
InView är en Chrome-tillägg utvecklad av Amaka, och dess huvudfunktion är "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".
Tilläggsskärmbilder
Ladda ner InView-förlängningens CRX-fil
Ladda ner InView-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Add an InView invoice and bill calendar widget to the dashboard of your Xero account Grundläggande Information om Tillägg
| Namn | |
| ID | eglebnjmhoklkdjgnliokbjfjgmjpmck |
| Officiell webbadress | https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck |
| Beskrivning | Add an InView invoice and bill calendar widget to the dashboard of your Xero account |
| Filstorlek | 138 KB |
| Antal Installationer | 77 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2023-01-17 |
| Publiceringsdatum | 2019-05-22 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Amaka |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://www.inviewapp.com/ |
| Hjälpsida URL | https://www.inviewapp.com/contact |
| URL till Sekretesspolicy Sidan | https://amaka.com/privacy-policy |
| Stödda Språk | 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
} | |