WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
QuickFiller - AI Text Expander for Snippets (WhatsApp Ready)

QuickFiller - AI Text Expander for Snippets (WhatsApp Ready)

View on Chrome Web Store
View QuickFiller - AI Text Expander for Snippets (WhatsApp Ready) Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 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.

QuickFiller is an AI text expander for snippets & templates and messages with keyboard shortcuts. Works on WhatsApp Web.
Type
Extension
Users
1 users
1
Website quickfiller.app
cont*******************
View author page of cont*******************
Published
Published on February 17, 2026
Version 1.0.0.1
Manifest version
3
Updated
Updated on February 17, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View QuickFiller - AI Text Expander for Snippets (WhatsApp Ready) 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": "QuickFiller - AI Text Expander for Snippets (WhatsApp Ready)",
    "version": "1.0.0.1",
    "description": "QuickFiller is an AI text expander for snippets & templates and messages with keyboard shortcuts. Works on WhatsApp Web.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "identity",
        "identity.email",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/*.google.com\/*"
    ],
    "oauth2": {
        "client_id": "355242455582-mse1sha9u4e5rhp10an7gt1iklgc3dte.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "16": "assets\/favicon-16.png",
            "32": "assets\/favicon-32.png",
            "48": "assets\/favicon-48.png",
            "64": "assets\/favicon-64.png",
            "128": "assets\/favicon-128.png",
            "256": "assets\/favicon-256.png"
        },
        "default_title": "QuickFiller: AI Agent for Autofill Automation"
    },
    "icons": {
        "16": "assets\/favicon-16.png",
        "32": "assets\/favicon-32.png",
        "48": "assets\/favicon-48.png",
        "64": "assets\/favicon-64.png",
        "128": "assets\/favicon-128.png",
        "256": "assets\/favicon-256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "send-whatsapp-attachments": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Send attachments on WhatsApp Web"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fab.css",
                "assets\/favicon.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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