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是由gatherup.com开发的Chrome扩展程序,该扩展的主要功能是“The GatherUp extension allows you to generate the Google Write a Review link for any business.”。
扩展截图
下载GatherUp Google Review Link Generator扩展crx文件
下载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" } } |