GSC Guardian

Navigate SEO changes proactively with real-time tracking and analysis of Google's core updates.

Cos'è GSC Guardian?

GSC Guardian è un'estensione di Chrome sviluppata da nodeandlink, e la sua funzione principale è "Navigate SEO changes proactively with real-time tracking and analysis of Google's core updates.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GSC Guardian

Scarica i file di estensione GSC Guardian 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

                        🌟 GSC Guardian - Your Google Search Performance Companion 🌟

GSC Guardian is a reliable Chrome extension designed to assist website owners, SEO professionals, and digital marketers optimize their site's performance on Google Search. This tool seamlessly integrates Google's core updates and ranking changes into Google Search Console, providing a comprehensive and easy-to-understand overview of your site's health.

📌 Note: 
Over 10,000 users already! We are thrilled by the reception of this chrome extension. Our goal, is to expedite time to insight, making it easy for you to analyze your or your clients' sites for organic search performance while using Google Search Console.

🕸 Know Bugs 
We're currently working on refining GSC Guardian by addressing a few bugs, including supporting more languages. One known issue is that the extension displays the bars only when Google Search Console is set to English. To resolve this, simply add &hl=en to the URL.

🎯 Who is it for?
1️⃣ Website Owners
2️⃣ SEO Professionals
3️⃣ Digital Marketers

🔧 Features
1️⃣ Historical Analysis: 
Access the complete history of Google's search algorithm updates.
2️⃣ Impact Assessment: 
Understand how Google's core updates may affect your site's traffic.
3️⃣ Downloadable Insights: 
Get data on Google's ranking algorithms and system changes.
4️⃣ Seamless Integration: 
The extension integrates smoothly with Google Search Console.
5️⃣ Real-Time, Interactive UI: 
Experience a dynamic and interactive user interface that updates in real-time.

✨ Benefits
1️⃣ Make Informed Decisions: 
Use historical data and impact assessments to inform your SEO strategies.
2️⃣ Stay Proactive: 
Stay ahead of Google's updates and take action to minimize potential negative impacts.
3️⃣ Save Time & Resources: 
Automate the process of monitoring Google's updates.
4️⃣ Gain a Competitive Edge: 
Stay informed and proactive to secure an edge in your SEO strategy.

💼 Use Cases
1️⃣ Website owners can monitor how Google's updates might affect their site's performance.
2️⃣ SEO professionals can conveniently track and analyze Google's core updates and ranking changes.
3️⃣ Digital marketers can understand how these updates might impact their marketing strategies.

🎬 How to Use
Once installed, GSC Guardian monitors Google's updates and ranking changes in the background. It then integrates this data into Google Search Console. Users can view a graph and table of these updates directly in Google Search Console, giving them a visual overview of the updates and their timing relative to changes in their site's traffic.

⚙️ Updates & Support
GSC Guardian is regularly updated to ensure the accuracy and relevance of the data it provides. We also have a dedicated customer support team available to assist with any questions or issues you may have.

Install GSC Guardian today and turn Google's updates into opportunities for growth! 

Node & Link: We expedite time to insight.                    

Informazioni di Base sull'Estensione

Nome GSC Guardian GSC Guardian
ID aomiehgfjgolamlllgbkjbnfmdmffcch
URL Ufficiale https://chromewebstore.google.com/detail/gsc-guardian/aomiehgfjgolamlllgbkjbnfmdmffcch
Descrizione Navigate SEO changes proactively with real-time tracking and analysis of Google's core updates.
Dimensione del File 1.68 MB
Conteggio Installazioni 5,733
Versione Corrente 1.3
Ultimo Aggiornamento 2023-09-14
Data di Pubblicazione 2023-08-07
Valutazione 3.90/5 Totale 10 Valutazioni
Sviluppatore nodeandlink
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nodeandlink.com
URL della Pagina di Aiuto https://nodeandlink.com/contact
URL della Pagina della Politica sulla Privacy https://nodeandlink.com/privacy-policy/tools-quickview
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GSC Guardian",
    "description": "Navigate SEO changes proactively with real-time tracking and analysis of Google's core updates.",
    "version": "1.3",
    "manifest_version": 3,
    "author": "@dasfnyc, @shatnerlecruix",
    "oauth2": {
        "client_id": "517542813184-lgj04e55jc1vnh0k3bk45ch3com1rfhp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/status.search.google.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "scripts_for_popup_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/extension_start_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/js\/popup_context\/ui\/components.js",
            "\/js\/popup_context\/ui\/update_components.js",
            "\/js\/popup_context\/onchanged_storage.js",
            "\/js\/popup_context\/context_messaging.js",
            "\/js\/popup_context\/google_oauth_actions.js",
            "\/js\/popup_context\/main.js"
        ],
        "scripts_for_options_page": [
            "\/js\/GLOBALS.js",
            "\/libraries\/delay.js",
            "\/libraries\/extension_start_auth.js",
            "\/libraries\/items_modifiers.js",
            "\/libraries\/status_header.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/app_options.js",
            "\/js\/background_context\/OPTIONS_PAGE\/ui\/components.js",
            "\/js\/background_context\/OPTIONS_PAGE\/ui\/update_components.js",
            "\/js\/background_context\/OPTIONS_PAGE\/onchanged_storage.js",
            "\/js\/background_context\/OPTIONS_PAGE\/main.js"
        ],
        "SW_scripts": [
            "\/js\/GLOBALS.js",
            "\/libraries\/api_storage.js",
            "\/libraries\/api_tabs.js",
            "\/libraries\/delay.js",
            "\/libraries\/xhr.js",
            "\/libraries\/api_identity.js",
            "\/libraries\/google_search_incidents_status_api.js",
            "\/libraries\/google_spreadsheets_api.js",
            "\/js\/background_context\/context_messaging.js",
            "\/js\/background_context\/on_installed.js",
            "\/js\/background_context\/reload_all_target_tabs.js",
            "\/js\/background_context\/google_oauth_actions.js",
            "\/js\/background_context\/spreadsheet_api_actions.js",
            "\/js\/background_context\/onchanged_storage.js"
        ],
        "service_worker": "\/js\/background_context\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "\/css\/status_header.css",
                "\/css\/animations.css",
                "\/css\/page_context\/page.css"
            ],
            "js": [
                "\/js\/GLOBALS.js",
                "\/libraries\/api_storage.js",
                "\/libraries\/delay.js",
                "\/libraries\/items_modifiers.js",
                "\/libraries\/CSV.js",
                "\/js\/page_context\/UI.js",
                "\/js\/page_context\/context_messaging.js",
                "\/js\/page_context\/onchanged_storage.js",
                "\/js\/page_context\/google_search_console_website_actions.js",
                "\/js\/page_context\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/*",
                "\/assets\/*"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "32": "\/assets\/icons\/32.png",
            "128": "\/assets\/icons\/128.png"
        },
        "default_popup": "\/html\/popup_context\/popup.html"
    }
}