WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
AiApply

AiApply

View on Chrome Web Store
3.7 (88 ratings)
1 new ratings
1 views
0 downloads

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

AiApply Interview Buddy
Type
Extension
Users
10,000 users
1K
AI Apply
Published
Version 2.1.14
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AiApply",
    "description": "AiApply Interview Buddy",
    "version": "2.1.14",
    "manifest_version": 3,
    "minimum_chrome_version": "108",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "worker-src": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/zoom.us\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/*.webex.com\/*",
                "https:\/\/*.aiapply.co\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/common\/constants.js",
                "scripts\/common\/storage.js",
                "scripts\/common\/assets.js",
                "scripts\/common\/dom.js",
                "scripts\/common\/message.js",
                "scripts\/common\/resource.js",
                "scripts\/modules\/app.js",
                "scripts\/modules\/ui.js",
                "scripts\/modules\/notification.js",
                "scripts\/modules\/meeting\/meeting.js",
                "scripts\/modules\/meeting\/stream.js",
                "scripts\/modules\/meeting\/helper.js",
                "scripts\/modules\/meeting\/zoom.js",
                "scripts\/modules\/meeting\/google-meet.js",
                "scripts\/modules\/meeting\/teams.js",
                "scripts\/modules\/meeting\/webex.js",
                "scripts\/libs\/dayjs-1.11.11.min.js",
                "scripts\/libs\/downloadjs-1.4.8.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "exclude_matches": [
                "https:\/\/meet.google.com\/",
                "https:\/\/zoom.us\/",
                "https:\/\/*.zoom.us\/",
                "https:\/\/teams.live.com\/",
                "https:\/\/teams.microsoft.com\/",
                "https:\/\/*.webex.com\/"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "offscreen",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.aiapply.co\/*",
        "https:\/\/interview-buddy-dummy-main-site.test\/*"
    ],
    "options_ui": {
        "page": "\/htmls\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Interview Copilot",
        "default_popup": "\/htmls\/popup.html",
        "default_icon": {
            "16": "icons\/16x.png",
            "32": "icons\/32x.png",
            "48": "icons\/48x.png",
            "128": "icons\/128x.png"
        }
    },
    "icons": {
        "16": "icons\/16x.png",
        "32": "icons\/32x.png",
        "48": "icons\/48x.png",
        "128": "icons\/128x.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*.js",
                "styles\/*.css",
                "icons\/*.png",
                "images\/*.png"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/zoom.us\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/*.webex.com\/*",
                "https:\/\/*.aiapply.co\/*"
            ]
        }
    ],
    "author": "hello@aiapply.co"
}
© 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.