WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Reply to Google Review​

Reply to Google Review​

View on Chrome Web Store
View Reply to Google Review​ Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
9 views
This extension has been viewed 9 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.

Respond to Google reviews. Manage Google reviews, use templates, and reply to negative feedback with ease.
Type
Extension
Users
28 users
4
EffiSoft
View author page of EffiSoft
Published
Published on June 27, 2025
Version 1.2.3
Manifest version
3
Updated
Updated on July 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Reply to Google Review​ 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",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.2.3",
    "manifest_version": 3,
    "icons": {
        "260": "icon-default.png"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "action": {
        "default_icon": {
            "260": "icon-default.png"
        },
        "default_title": "Review Response"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*img\/icons\/*",
                "fonts\/roboto.woff2",
                "*scripts\/vendors\/*",
                "*scripts\/common\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [],
            "js": [
                "scripts\/vendors\/webcomponents-bundle.js",
                "scripts\/vendors\/html2canvas.min.js",
                "scripts\/functions\/getUuid.js",
                "scripts\/functions\/getUserId.js",
                "scripts\/functions\/createElement.js",
                "scripts\/services\/EventService.js",
                "scripts\/services\/AnalyticsService.js",
                "scripts\/components\/CaptureComponent.js",
                "scripts\/onPage.js"
            ],
            "persistent": false
        }
    ]
}
© 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