WebExtension.net
Toggle dark mode
WebExtension.net

ZioSet SAAS Agent

View on Chrome Web Store
View ZioSet SAAS Agent Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
15 views
This extension has been viewed 15 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Tracks usage of SAAS apps listed in ZioSet app and sends report
Type
Extension
Users
4,000 users
1K
Website zionitai.com
Zionit Software Pvt Ltd
View author page of Zionit Software Pvt Ltd
Published
Published on December 5, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on January 27, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ZioSet SAAS Agent Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZioSet SAAS Agent",
    "version": "1.0.1",
    "description": "Tracks usage of SAAS apps listed in ZioSet app and sends report",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "extension",
        "default_icon": {
            "16": "favicon.png",
            "48": "favicon.png",
            "128": "favicon.png"
        }
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "background.service_worker": true
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top