WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Onially x 8lab - Gmail Customer Support Assistant for Shopify

Onially x 8lab - Gmail Customer Support Assistant for Shopify

View on Chrome Web Store
View Onially x 8lab - Gmail Customer Support Assistant for Shopify Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Display Shopify order information directly in Gmail
Type
Extension
Users
3 users
1
oniallydev
View author page of oniallydev
Published
Published on October 28, 2025
Version 1.3
Manifest version
3
Updated
Updated on November 4, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Onially x 8lab - Gmail Customer Support Assistant for Shopify 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": "Onially x 8lab - Gmail Customer Support Assistant for Shopify",
    "version": "1.3",
    "description": "Display Shopify order information directly in Gmail",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "webNavigation",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.myshopify.com\/*",
        "https:\/\/admin.shopify.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/admin.shopify.com\/store\/*\/orders*"
            ],
            "js": [
                "tracking-button.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tracking-button.js",
                "settings.html",
                "settings.js",
                "modal.js",
                "images\/*"
            ],
            "matches": [
                "https:\/\/admin.shopify.com\/*",
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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