InView

Add an InView invoice and bill calendar widget to the dashboard of your Xero account

Τι είναι το InView;

Το InView είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Amaka, και η κύρια λειτουργία του είναι "Add an InView invoice and bill calendar widget to the dashboard of your Xero account".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης InView

Λήψη αρχείων επέκτασης InView σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Add an InView invoice and bill calendar widget to the dashboard of your Xero account                    

Βασικές Πληροφορίες Επέκτασης

Όνομα InView InView
ID eglebnjmhoklkdjgnliokbjfjgmjpmck
Επίσημο URL https://chromewebstore.google.com/detail/inview/eglebnjmhoklkdjgnliokbjfjgmjpmck
Περιγραφή Add an InView invoice and bill calendar widget to the dashboard of your Xero account
Μέγεθος Αρχείου 138 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2023-01-17
Ημερομηνία Δημοσίευσης 2019-05-22
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Amaka
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.inviewapp.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.inviewapp.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://amaka.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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
}