WebExtension.net
Toggle dark mode
WebExtension.net

Ntro.io Copilot - Stealth Assistant for Interview & Live Coding Challenge

View on Chrome Web Store
View Ntro.io Copilot - Stealth Assistant for Interview & Live Coding Challenge Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (15 ratings)
1 new ratings
1 views
This extension has been viewed 1 times

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

Your private, secret, and stealth copilot for all meetings. Say goodbye to stress and failure — Ntro.io is here to help you excel.
Type
Extension
Users
617 users
4
Website ntro.io
Ntro.io Dev Team
View author page of Ntro.io Dev Team
Published
Published on June 25, 2024
Version 4.5.5
Manifest version
3
Updated
Updated on December 22, 2024
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Ntro.io Copilot - Stealth Assistant for Interview & Live Coding Challenge 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": "Ntro.io Copilot - Stealth Assistant for Interview & Live Coding Challenge",
    "description": "Your private, secret, and stealth copilot for all meetings. Say goodbye to stress and failure \u2014 Ntro.io is here to help you excel.",
    "version": "4.5.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "styles\/font.css",
                "styles\/content.css"
            ],
            "exclude_matches": [
                "https:\/\/translate.google.com\/*",
                "https:\/\/www.ntro.io\/console",
                "https:\/\/www.ntro.io\/console-test"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "js": [
                "loader.bundle.js"
            ],
            "exclude_matches": [
                "https:\/\/translate.google.com\/*",
                "https:\/\/www.ntro.io\/console",
                "https:\/\/www.ntro.io\/console-test"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "offscreen",
        "desktopCapture",
        "webNavigation",
        "cookies"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Ntro.io",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/resources\/icons\/16x.png",
            "32": "\/resources\/icons\/32x.png",
            "48": "\/resources\/icons\/48x.png",
            "128": "\/resources\/icons\/128x.png"
        }
    },
    "commands": {
        "screen_capture": {
            "suggested_key": {
                "default": "Ctrl+Insert",
                "mac": "Command+Insert"
            },
            "description": "Request a screen capture"
        },
        "code_for_me": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            },
            "description": "Code for me"
        },
        "explain_code": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "Command+Comma"
            },
            "description": "Explain code"
        },
        "clear_all_screenshots": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Clear all the screenshots"
        }
    },
    "icons": {
        "16": "\/resources\/icons\/16x.png",
        "32": "\/resources\/icons\/32x.png",
        "48": "\/resources\/icons\/48x.png",
        "128": "\/resources\/icons\/128x.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "interceptor.bundle.js",
                "pcm-processor.bundle.js",
                "resources\/images\/*",
                "resources\/fonts\/*",
                "libs\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "author": "[email protected]"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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