Extract G2 Reviews And Download To Excel

Instantly download G2 product reviews

Cos'è Extract G2 Reviews And Download To Excel?

Extract G2 Reviews And Download To Excel è un'estensione di Chrome sviluppata da ExtractG2, e la sua funzione principale è "Instantly download G2 product reviews".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Extract G2 Reviews And Download To Excel

Scarica i file di estensione Extract G2 Reviews And Download To Excel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ExtractG2 is a free tool that lets you instantly scrape G2 software reviews and export them to Excel with one click. 

No more wasted time copying and pasting software reviews. Conduct product research with the power of AI. 

ExtractG2 Key FEATURES:

1-Click Export: Instant extraction of G2 software reviews. 
User-Friendly Format: Export reviews in a format that is easy to read for product analysis.
Easy to Use: Just install and you're good to go!

ExtractG2 USE CASES:

SaaS Idea Generation.
Copywriters who want to understand customer sentiment.
Anyone researching software reviews.


NEW FEATURE: Scraping 100+ pages in a single click, AI-powered review summaries, and the ability to download thousands of software reviews seamlessly into Excel.


Developer Commitment: We value and respect our user community. ExtractG2 contains no malware or spyware.                    

Informazioni di Base sull'Estensione

Nome Extract G2 Reviews And Download To Excel Extract G2 Reviews And Download To Excel
ID hfagedjelfincfbpghapdmndlppenbnm
URL Ufficiale https://chromewebstore.google.com/detail/extract-g2-reviews-and-do/hfagedjelfincfbpghapdmndlppenbnm
Descrizione Instantly download G2 product reviews
Dimensione del File 28.06 KB
Conteggio Installazioni 139
Versione Corrente 1.0.3
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2023-10-09
Sviluppatore ExtractG2
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://extractg2.carrd.co
URL della Pagina della Politica sulla Privacy https://extractg2.carrd.co
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.g2.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "128": "assets\/logo-128.png",
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png"
    },
    "manifest_version": 3,
    "name": "Extract G2 Reviews And Download To Excel",
    "description": "Instantly download G2 product reviews",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "storage"
    ]
}