WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google™ Review QR Code Generator with FREE QR Code Templates

Google™ Review QR Code Generator with FREE QR Code Templates

View on Chrome Web Store
View Google™ Review QR Code Generator with FREE QR Code Templates Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
10 views
This extension has been viewed 10 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.

This extension allows users to easily generate Google™ Review QR Codes. Instantly generate a QR code, shortlink, and templates.
Type
Extension
Users
1,000 users
15
Wiremo LLC
View author page of Wiremo LLC
Published
Published on October 12, 2024
Version 1.0.3
Manifest version
3
Updated
Updated on July 2, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Google™ Review QR Code Generator with FREE QR Code Templates 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": "Google\u2122 Review QR Code Generator with FREE QR Code Templates",
    "version": "1.0.3",
    "description": "This extension allows users to easily generate Google\u2122 Review QR Codes. Instantly generate a QR code, shortlink, and templates.",
    "permissions": [
        "webRequest",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/maps\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/bootstrap.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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.
Go to top