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 |
Eメール | [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" } } |