Xenett

An intelligent Clean-up and Close tool inside QuickBooks and Xero, It automates, and expedites the review and close process.

Xenett क्या है?

Xenett https://xenett.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An intelligent Clean-up and Close tool inside QuickBooks and Xero, It automates, and expedites the review and close process."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Xenett एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Xenett is an intelligent Clean-up and Close tool that standardizes, automates, and expedites your review and close process. It connects with your QuickBooks and Xero file and auto-detect the errors within seconds and lets you fix them on the go. It keeps your client books error-free at all time. During the review and close process, if you come across any questions, you can also submit to your clients easily and clients can respond them in real-time using the Client Portal. 

This extension embeds Xenett inside your QuickBooks and Xero. You no longer need to switch between the apps. You can just install and get started with it. It makes accountant's life easy and efficient.                    

एक्सटेंशन की मूल जानकारी

नाम Xenett Xenett
ID fcpdjbofdfbemhjocemmkodmcfdeppmk
आधिकारिक URL https://chromewebstore.google.com/detail/xenett/fcpdjbofdfbemhjocemmkodmcfdeppmk
विवरण An intelligent Clean-up and Close tool inside QuickBooks and Xero, It automates, and expedites the review and close process.
फ़ाइल का आकार 189 KB
स्थापना संख्या 1,045
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-12-22
प्रकाशन तिथि 2022-03-25
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://xenett.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://xenett.com/
सहायता पृष्ठ URL https://docs.xenett.com/
गोपनीयता नीति पृष्ठ URL https://www.xenett.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xenett",
    "version": "1.0.9",
    "manifest_version": 3,
    "description": "An intelligent Clean-up and Close tool inside QuickBooks and Xero, It automates, and expedites the review and close process.",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "cookies",
        "tabs",
        "idle"
    ],
    "author": "Xenett",
    "icons": {
        "16": "\/images\/xenett16.png",
        "32": "\/images\/xenett32.png",
        "48": "\/images\/xenett48.png",
        "128": "\/images\/xenett128.png"
    },
    "background": {
        "service_worker": "\/back\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.intuit.com\/*",
        "*:\/\/*.xero.com\/*",
        "*:\/\/*.xenett.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.intuit.com\/*",
                "https:\/\/go.xero.com\/*",
                "https:\/\/reporting.xero.com\/*"
            ],
            "js": [
                "\/config\/config-prod.js",
                "pages\/confirmation_popup.js",
                "pages\/addclient.js",
                "pages\/addxeroclient.js",
                "pages\/login.js",
                "js\/jquery-3.6.0.min.js",
                "js\/socket.io.js",
                "js\/jquery-ui.min.js",
                "\/js\/utils.js",
                "\/js\/toast.js",
                "\/js\/helpers.js",
                "\/content_scripts\/content_listeners.js",
                "\/content_scripts\/header\/qbo_header.js",
                "\/content_scripts\/header\/xero_header.js",
                "\/content_scripts\/content_qbo.js",
                "\/content_scripts\/content_xero.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "options.html"
            ],
            "matches": [
                "https:\/\/*.intuit.com\/*",
                "https:\/\/*.xero.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "njpmeekmbkfkhdeggbncpnkoegdojmln",
            "fcpdjbofdfbemhjocemmkodmcfdeppmk"
        ],
        "matches": [
            "http:\/\/localhost:*\/*",
            "https:\/\/*.xenett.com\/*"
        ],
        "accepts_tls_channel_id": false
    }
}