The 15-Minute SEO Audit
This extension looks for common SEO issues in the current web page.
The 15-Minute SEO Audit क्या है?
The 15-Minute SEO Audit https://ranksense.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension looks for common SEO issues in the current web page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The 15-Minute SEO Audit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds automatic SEO issue detection to Chrome Developer Tools. It specifically lists issues related to: 1. Canonicalization, 2. Pagination, 3.Meta Tags, 4. Headings, 5. Links, 6. Images, 7. Videos, 8. Internationalization, 9. Rich Snippets, 10. Mobile
एक्सटेंशन की मूल जानकारी
नाम | The 15-Minute SEO Audit |
ID | amchhjaeingdimeejiicfkmingnanlbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-15-minute-seo-audit/amchhjaeingdimeejiicfkmingnanlbk |
विवरण | This extension looks for common SEO issues in the current web page. |
फ़ाइल का आकार | 1.1 MB |
स्थापना संख्या | 835 |
वर्तमान संस्करण | 2.0.0.43 |
अंतिम अपडेट | 2020-08-20 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://ranksense.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ranksense.com |
गोपनीयता नीति पृष्ठ URL | https://www.ranksense.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The 15-Minute SEO Audit", "short_name": "RankSense", "version": "2.0.0.43", "description": "This extension looks for common SEO issues in the current web page.", "author": "Hamlet Batista", "background": { "page": "background.html", "persistent": true }, "devtools_page": "devtools.html", "manifest_version": 2, "permissions": [ "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "libs\/jquery\/jquery.min.js", "libs\/jquery-ui\/jquery-ui.min.js", "js\/inject\/ranksense_content.js", "js\/inject\/ranksense_helper.js", "js\/inject\/rich_snippet_helper.js" ], "css": [ "css\/inject\/ranksense_styles.css" ], "run_at": "document_start", "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "21.0.1180.57", "icons": { "16": "ranksense_logo_16.png", "48": "ranksense_logo_48.png", "128": "ranksense_logo_128.png" } } |