Analysis SEO & Website Checker - PR-CY

Check your website on technical, seo content and popularity aspects.

Τι είναι το Analysis SEO & Website Checker - PR-CY;

Το Analysis SEO & Website Checker - PR-CY είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pr-cy.io, και η κύρια λειτουργία του είναι "Check your website on technical, seo content and popularity aspects.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Analysis SEO & Website Checker - PR-CY

Λήψη αρχείων επέκτασης Analysis SEO & Website Checker - PR-CY σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PR-CY SEO Analyzer Toolkit – Boost your website's visibility with this comprehensive set of tools for site analysis and optimization, available as a Google Chrome extension.

Key features of the extension:

✔ Details: Analyzes essential SEO elements on the current page, such as meta title, meta description, canonical URL, and header structure (H1-H6). Get a quick overview of the main aspects of the page for optimization and improved visibility.

✔ Social: Checks microdata and structured data for social networks, such as Open Graph and Twitter Card and Schema.org. Ensure your site displays correctly when sharing links on social platforms.

✔ Images: Analyzes image attributes (alt and title) to enhance accessibility and SEO. Use this data for optimizing images and increasing traffic from search engines.

✔ Links: Gathers and analyzes all links on the page, including external and internal links. Use this information to improve your site's structure and search visibility.

✔ Tools: Collection of additional tools for working with the current webpage, such as highlighting headers, displaying alt-tags for images, showing noindex blocks and nofollow links, and providing links to other helpful tools for analysis and optimization.

Elevate your website's search visibility and increase organic traffic with our Google Chrome extension, the PR-CY SEO Analyzer Toolkit.


Release 1.6.1
- Change Links
- Welcome tab

Release 1.6.0

- Schema.org Markup Parser
- PR-CY Rank Integration
- Link Search Functionality
- Added meta tag robots information.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Analysis SEO & Website Checker - PR-CY Analysis SEO & Website Checker - PR-CY
ID loeablglhbnehkeoeebemilfeelpcoma
Επίσημο URL https://chromewebstore.google.com/detail/analysis-seo-website-chec/loeablglhbnehkeoeebemilfeelpcoma
Περιγραφή Check your website on technical, seo content and popularity aspects.
Μέγεθος Αρχείου 168 KB
Αριθμός Εγκαταστάσεων 6,007
Τρέχουσα Έκδοση 1.6.1
Τελευταία Ενημέρωση 2023-09-15
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 4.36/5 Συνολικά 47 Αξιολογήσεις
Προγραμματιστής https://pr-cy.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pr-cy.io
Διεύθυνση URL της Σελίδας Βοήθειας https://pr-cy.io/support/
URL της Σελίδας Πολιτικής Απορρήτου https://id.pr-cy.ru/page/confidential
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.6.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png",
                "icon-32.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ]
}