Detailed SEO Extension
Get SEO insights at the click of a button to any website you're currently on. Built by full-time SEO's for daily analysis.
Detailed SEO Extension क्या है?
Detailed SEO Extension https://detailed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get SEO insights at the click of a button to any website you're currently on. Built by full-time SEO's for daily analysis."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Detailed SEO Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get SEO-related insights at the click of a button to any website you're currently on. Pull back their title tag, meta description, meta robots tag and much more. Save hours of time looking through the source code of this page with our SEO analysis extension.
एक्सटेंशन की मूल जानकारी
नाम | Detailed SEO Extension |
ID | pfjdepjjfjjahkjfpkcgfmfhmnakjfba |
आधिकारिक URL | https://chromewebstore.google.com/detail/detailed-seo-extension/pfjdepjjfjjahkjfpkcgfmfhmnakjfba |
विवरण | Get SEO insights at the click of a button to any website you're currently on. Built by full-time SEO's for daily analysis. |
फ़ाइल का आकार | 878 KB |
स्थापना संख्या | 242,140 |
वर्तमान संस्करण | 2.1.9 |
अंतिम अपडेट | 2023-12-12 |
प्रकाशन तिथि | 2020-04-06 |
रेटिंग | 4.95/5 कुल 143 रेटिंग्स |
डेवलपर | https://detailed.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://detailed.com |
सहायता पृष्ठ URL | https://detailed.com/contact/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Detailed.com", "version": "2.1.9", "icons": { "128": "icons\/128.png" }, "permissions": [ "activeTab", "contextMenus", "webRequest", "webRequestBlocking", "storage" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs", "https:\/\/*.google.com.ua\/search?*", "https:\/\/*.google.tn\/search?*", "https:\/\/*.google.co.th\/search?*", "https:\/\/*.google.com.tr\/search?*", "https:\/\/*.google.no\/search?*", "https:\/\/*.google.com.my\/search?*", "https:\/\/*.google.mx\/search?*", "https:\/\/*.google.ma\/search?*", "https:\/\/*.google.lu\/search?*", "https:\/\/*.google.com.lb\/search?*", "https:\/\/*.google.it\/search?*", "https:\/\/*.google.ie\/search?*", "https:\/\/*.google.fi\/search?*", "https:\/\/*.google.es\/search?*", "https:\/\/*.google.cz\/search?*", "https:\/\/*.google.co\/search?*", "https:\/\/*.google.ca\/search?*", "https:\/\/*.google.at\/search?*", "https:\/\/*.google.com\/search?*", "https:\/\/*.google.com.au\/search?*", "https:\/\/*.google.ch\/search?*", "https:\/\/*.google.com.hk\/search?*", "https:\/\/*.google.co.jp\/search?*", "https:\/\/*.google.co.uk\/search?*", "https:\/\/*.google.fr\/search?*", "https:\/\/*.google.de\/search?*", "https:\/\/*.google.ru\/search?*", "https:\/\/*.google.be\/search?*", "https:\/\/*.google.ae\/search?*", "https:\/\/*.google.nl\/search?*", "https:\/\/*.google.dk\/search?*" ], "browser_action": { "default_icon": { "16": "icons\/128.png" }, "default_title": "Detailed SEO Extension", "default_popup": "pages\/popup.html" }, "background": { "page": "pages\/background.html" }, "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js", "css\/google.css", "logo\/d-logo.png" ] } |