SEO Page Inspector

Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.

Co je SEO Page Inspector?

SEO Page Inspector je rozšíření Chrome vyvinuté Amin F, a jeho hlavní funkcí je „Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SEO Page Inspector

Stáhněte si soubory rozšíření SEO Page Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        SEO Page Inspector is an efficient tool for SEO professionals, designed to make their lives easier. With just a double click, you can analyze images and pages, by revealing important information like alt-tags, file names, meta titles and meta descriptions. With this extension, you'll be able to optimize your website for better SEO performance in no time. No more digging through code, or switching between tabs. SEO Page Inspector makes it easy to see what's working and what needs improvement. Try it now and make your SEO life easier.                    

Základní Informace o Rozšíření

Název SEO Page Inspector SEO Page Inspector
ID alocccfnnojlcakhdigbgnjiibdfchpl
Oficiální URL https://chromewebstore.google.com/detail/seo-page-inspector/alocccfnnojlcakhdigbgnjiibdfchpl
Popis Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.
Velikost souboru 24.85 KB
Počet instalací 32
Aktuální Verze 1.1
Poslední Aktualizace 2024-01-29
Datum Vydání 2023-02-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Amin F
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://aminforoutan.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Page Inspector",
    "description": "Effortlessly reveal and copy important information of pages and images with a double click. Great tool to make lives of SEOs easier.",
    "version": "1.1",
    "author": "Amin F",
    "icons": {
        "128": "seo-inspector.png"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "seo-inspector.png"
        },
        "default_title": "Activate SEO Page Inspector"
    },
    "manifest_version": 3
}