GatherUp Google Review Link Generator
The GatherUp extension allows you to generate the Google Write a Review link for any business.
Τι είναι το GatherUp Google Review Link Generator;
Το GatherUp Google Review Link Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gatherup.com, και η κύρια λειτουργία του είναι "The GatherUp extension allows you to generate the Google Write a Review link for any business.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GatherUp Google Review Link Generator
Λήψη αρχείων επέκτασης GatherUp Google Review Link Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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"
Βασικές Πληροφορίες Επέκτασης
Όνομα | GatherUp Google Review Link Generator |
ID | cledombdgacmpceceadogfpacbhfehlf |
Επίσημο URL | https://chromewebstore.google.com/detail/gatherup-google-review-li/cledombdgacmpceceadogfpacbhfehlf |
Περιγραφή | The GatherUp extension allows you to generate the Google Write a Review link for any business. |
Μέγεθος Αρχείου | 7.64 KB |
Αριθμός Εγκαταστάσεων | 24,300 |
Τρέχουσα Έκδοση | 1.10 |
Τελευταία Ενημέρωση | 2024-01-24 |
Ημερομηνία Δημοσίευσης | 2019-09-16 |
Αξιολόγηση | 4.67/5 Συνολικά 27 Αξιολογήσεις |
Προγραμματιστής | gatherup.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gatherup.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://gatherup.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://gatherup.com/your-privacy-rights |
Υποστηριζόμενες Γλώσσες | 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" } } |