GatherUp Google Review Link Generator

The GatherUp extension allows you to generate the Google Write a Review link for any business.

¿Qué es GatherUp Google Review Link Generator?

GatherUp Google Review Link Generator es una extensión de Chrome desarrollada por gatherup.com, y su función principal es "The GatherUp extension allows you to generate the Google Write a Review link for any business.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GatherUp Google Review Link Generator

Descarga archivos de extensión GatherUp Google Review Link Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The GatherUp Chrome extension (previously GetFiveStars) allows you to easily generate the Google Write a Review link for any business. It works for service area businesses where the address is hidden as well.

It has the added benefit of surfacing the Maps URL, the Google Place ID and the location CID for any location. These are important values to archive for diagnostics if there is an issue with a local listing.

Instructions:

1. Install the Google Review Link generator as a Chrome Extension
2. Head to Google search
3. Search for your company + address and retrieve a single Knowledge Panel result for the business
4. Select the GatherUp Extension and you will be directed to a new page that includes the "Write a Review link"                    

Información Básica de la Extensión

Nombre GatherUp Google Review Link Generator GatherUp Google Review Link Generator
ID cledombdgacmpceceadogfpacbhfehlf
URL Oficial https://chromewebstore.google.com/detail/gatherup-google-review-li/cledombdgacmpceceadogfpacbhfehlf
Descripción The GatherUp extension allows you to generate the Google Write a Review link for any business.
Tamaño del Archivo 7.64 KB
Cantidad de Instalaciones 24,300
Versión Actual 1.10
Última Actualización 2024-01-24
Fecha de Publicación 2019-09-16
Calificación 4.67/5 Total de 27 Calificaciones
Desarrollador gatherup.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gatherup.com
URL de la Página de Ayuda https://gatherup.com/contact/
URL de la Página de Política de Privacidad https://gatherup.com/your-privacy-rights
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.10",
    "name": "GatherUp Google Review Link Generator",
    "short_name": "Generate a Google Write a Review Link",
    "description": "The GatherUp extension allows you to generate the Google Write a Review link for any business.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.google.ca\/*",
        "https:\/\/*.google.co.uk\/*",
        "https:\/\/*.google.com.au\/*",
        "https:\/\/*.google.pl\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Generate Links"
    },
    "background": {
        "service_worker": "background.js"
    }
}