WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Admin Server Auth Extension

Admin Server Auth Extension

View on Chrome Web Store
View Admin Server Auth Extension Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

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

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.

Admin tool for setting up and managing Chrome extension authentication server with Google Sheets
Type
Extension
Users
1 users
1
Website kaywat.me
KayWat
View author page of KayWat
Published
Published on May 18, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on May 18, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Admin Server Auth Extension 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",
    "manifest_version": 3,
    "name": "Admin Server Auth Extension",
    "version": "1.0.0",
    "description": "Admin tool for setting up and managing Chrome extension authentication server with Google Sheets",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "clipboardWrite",
        "sidePanel",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/*",
        "https:\/\/script.google.com\/*",
        "https:\/\/*.googleusercontent.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/316d0cad-0619-4061-9fa0-0dfaac1e43cc.png",
            "48": "images\/316d0cad-0619-4061-9fa0-0dfaac1e43cc.png",
            "128": "images\/316d0cad-0619-4061-9fa0-0dfaac1e43cc.png"
        }
    },
    "icons": {
        "16": "images\/316d0cad-0619-4061-9fa0-0dfaac1e43cc.png",
        "48": "images\/316d0cad-0619-4061-9fa0-0dfaac1e43cc.png",
        "128": "images\/316d0cad-0619-4061-9fa0-0dfaac1e43cc.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*",
                "https:\/\/script.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "images\/*",
                "pages\/*",
                "js\/*",
                "css\/*",
                "app-scripts\/*",
                "fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_page": "pages\/dashboard.html",
    "minimum_chrome_version": "92"
}
© 2026 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