WebExtension.net
WebExtension.net

VTEX IO Shortcuts

View on Chrome Web Store
View VTEX IO Shortcuts Chrome Extension on Chrome Web Store
5.0 (2 ratings)

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

Set of shortcuts so you can work faster on VTEX IO stores
Type
Extension
Users
887 users
7
Emiliano Gioia
View author page of Emiliano Gioia
Published
Published on January 20, 2022
Version 4.0
Manifest version
3
Updated
Updated on April 5, 2022
View on Chrome Web Store
View VTEX IO Shortcuts Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VTEX IO Shortcuts",
    "description": "Set of shortcuts so you can work faster on VTEX IO stores",
    "version": "4.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "fonts\/*.ttf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myvtex.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.myvtex.com\/admin\/*",
                "https:\/\/*.myvtex.com\/_v*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/icons.js",
                "js\/helpers.js",
                "js\/observer.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myvtex.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.myvtex.com\/checkout\/*",
                "https:\/\/*.myvtex.com\/admin\/*",
                "https:\/\/*.myvtex.com\/_v*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/page.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myvtex.com\/*\/p*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/product.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myvtex.com\/checkout\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery.json-viewer.js",
                "js\/checkout.js"
            ],
            "css": [
                "css\/jquery.json-viewer.css"
            ]
        }
    ]
}
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