SiteMapper
SiteMapper Extension v1.2
SiteMapper क्या है?
SiteMapper https://matthewdavidbarton.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SiteMapper Extension v1.2"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SiteMapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate an entire XML Sitemap for Search Engine Optimization. Click one button the extension will crawl the current site and generate an XML Sitemap upon completion that you can submit to Google and other Search Engines to direct them what content to crawl. This extension is not currently limited by number of urls and operates in the background, with updates on progress displayed in the bottom right of the browser.
एक्सटेंशन की मूल जानकारी
नाम | SiteMapper |
ID | aeochbcpgdjhfcngafnhmmpfoklpebko |
आधिकारिक URL | https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko |
विवरण | SiteMapper Extension v1.2 |
फ़ाइल का आकार | 388 KB |
स्थापना संख्या | 229 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-12-20 |
प्रकाशन तिथि | 2020-12-19 |
डेवलपर | https://matthewdavidbarton.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://matthewdavidbarton.com/home/sitemapper |
सहायता पृष्ठ URL | http://matthewdavidbarton.com/home/sitemapper |
गोपनीयता नीति पृष्ठ URL | http://matthewdavidbarton.com/home/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "favicon.png", "default_title": "SiteMapper" }, "description": "SiteMapper Extension v1.2", "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon.png", "128": "favicon-128.png" }, "web_accessible_resources": [], "name": "SiteMapper", "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.2" } |