GatherUp Google Review Link Generator
The GatherUp extension allows you to generate the Google Write a Review link for any business.
Cos'è GatherUp Google Review Link Generator?
GatherUp Google Review Link Generator è un'estensione di Chrome sviluppata da gatherup.com, e la sua funzione principale è "The GatherUp extension allows you to generate the Google Write a Review link for any business.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GatherUp Google Review Link Generator
Scarica i file di estensione GatherUp Google Review Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
Informazioni di Base sull'Estensione
Nome | GatherUp Google Review Link Generator |
ID | cledombdgacmpceceadogfpacbhfehlf |
URL Ufficiale | https://chromewebstore.google.com/detail/gatherup-google-review-li/cledombdgacmpceceadogfpacbhfehlf |
Descrizione | The GatherUp extension allows you to generate the Google Write a Review link for any business. |
Dimensione del File | 7.64 KB |
Conteggio Installazioni | 24,300 |
Versione Corrente | 1.10 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2019-09-16 |
Valutazione | 4.67/5 Totale 27 Valutazioni |
Sviluppatore | gatherup.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gatherup.com |
URL della Pagina di Aiuto | https://gatherup.com/contact/ |
URL della Pagina della Politica sulla Privacy | https://gatherup.com/your-privacy-rights |
Lingue Supportate | 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" } } |