META SEO inspector
Easily inspect the meta data found inside web pages, find issues and get advices to fix them.
META SEO inspector क्या है?
META SEO inspector https://www.omiod.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily inspect the meta data found inside web pages, find issues and get advices to fix them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में META SEO inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is mainly aimed at web developers that need to verify the HTML of their site to follow the Webmasters' Google Guidelines, but even to who is curious about any page contents that are usually not visible, but can reveal interesting site properties. Features: ☆ Discover all the page meta data with just a click! ☆ Always know what is wrong or missing, and how it can be fixed. ☆ Fix your site or study competitors. ☆ Easily copy in clipboard meta tag values. ☆ Print or export the report. ☆ Translated in many languages. ☆ Free and constantly updated. ☆ Full json-LD structure. Most of the advice will help addressing Core Web Vitals issues. Alerts are shown when the meta data is not within certain ranges, for example when the description tag is too short, or too long. To see the changelog please see https://www.omiod.com/meta-seo-inspector/
एक्सटेंशन की मूल जानकारी
नाम | META SEO inspector |
ID | ibkclpciafdglkjkcibmohobjkcfkaef |
आधिकारिक URL | https://chromewebstore.google.com/detail/meta-seo-inspector/ibkclpciafdglkjkcibmohobjkcfkaef |
विवरण | Easily inspect the meta data found inside web pages, find issues and get advices to fix them. |
फ़ाइल का आकार | 334 KB |
स्थापना संख्या | 220,628 |
वर्तमान संस्करण | 2.14.5 |
अंतिम अपडेट | 2024-03-02 |
प्रकाशन तिथि | 2020-03-02 |
रेटिंग | 4.37/5 कुल 542 रेटिंग्स |
डेवलपर | https://www.omiod.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.omiod.com/meta-inspector.php |
गोपनीयता नीति पृष्ठ URL | https://www.omiod.com/meta-seo-inspector/privacy-policy.php |
समर्थित भाषाएँ | de,en,fr,es,it,pl,pt-PT,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/32.png", "48": "images\/48.png" }, "default_popup": "views\/popup.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": false, "css": [ "styles\/inject.css" ], "js": [ "scripts\/defines.js", "scripts\/service.js", "scripts\/url2service.js", "scripts\/extractors.js", "scripts\/extractors3.js", "scripts\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "2.14.5", "web_accessible_resources": [ "styles\/inject.css" ] } |