SiteMapper

SiteMapper Extension v1.2

SiteMapperคืออะไร?

SiteMapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://matthewdavidbarton.com และคุณลักษณะหลักของมันคือ "SiteMapper Extension v1.2"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteMapper

ดาวน์โหลดไฟล์ส่วนขยาย SiteMapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}