SEO Meta Tools - SEOpera

Easy to use meta data inspection tool for quick SEO insights

What is SEO Meta Tools - SEOpera?

SEO Meta Tools - SEOpera is a Chrome extension developed by Webtures, and its main feature is "Easy to use meta data inspection tool for quick SEO insights".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SEO Meta Tools - SEOpera Extension CRX File

Download SEO Meta Tools - SEOpera extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get SEO on your website. Treat your embed and SEO gear of web pages SEO.

You can view SEO Title, SEO Description, SEO Canonical, SEO Meta Robots Tag and many more on-site seo problems on websites.

With Google SEO shortcuts, your site; You can access Page Speed ​​Insight, Rich Snippet Test, Mobile Friendly Test, Search Result data.

Save hours reviewing the source code for this page with our SEO review extension.                    

Extension Basic Information

Name SEO Meta Tools - SEOpera SEO Meta Tools - SEOpera
ID mghmnnheclfcjmamnlcpphdpkegkahgb
Official URL https://chromewebstore.google.com/detail/seo-meta-tools-seopera/mghmnnheclfcjmamnlcpphdpkegkahgb
Description Easy to use meta data inspection tool for quick SEO insights
File Size 157 KB
Installation Count 406
Current Version 1.4
Last Updated 2022-04-26
Publish Date 2022-04-10
Rating 5.00/5 Total 11 Ratings
Developer Webtures
Email [email protected]
Payment Type free
Extension Website https://www.webtures.com/
Help Page URL https://www.webtures.com/contact-sales/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEO Meta Tools - SEOpera",
    "description": "Easy to use meta data inspection tool for quick SEO insights",
    "version": "1.4",
    "author": "Halil \u0130brahim Y\u00fccel,Cihat Murat Y\u00fcksel",
    "action": {
        "default_icon": "assets\/img\/seopera-logo.png",
        "default_title": "SeOpera Check Insight",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "assets\/img\/seopera-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/www.google.com\/"
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}