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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |