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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The GatherUp extension allows you to generate the Google Write a Review link for any business."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GatherUp Google Review Link Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}